Searched refs:fullhome (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c354 home_entry *fullhome; local
358 fullhome = get_fullhome(home);
359 if (fullhome == NULL) {
374 dbenv->set_errpfx(dbenv, fullhome->home);
387 if ((new_ctp = __dbsrv_shareenv(dbenv_ctp, fullhome, shareflags))
397 ret = dbenv->open(dbenv, fullhome->home, newflags, mode);
398 dbenv_ctp->ct_envdp.home = fullhome;
419 home_entry *fullhome; local
424 fullhome = get_fullhome(home);
425 if (fullhome
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp296 home_entry *fullhome; local
300 fullhome = get_fullhome(home);
301 if (fullhome == NULL) {
316 dbenv->set_errpfx(fullhome->home);
329 if ((new_ctp = __dbsrv_shareenv(dbenv_ctp, fullhome, shareflags))
339 ret = dbenv->open(fullhome->home, newflags, mode);
340 dbenv_ctp->ct_envdp.home = fullhome;
357 home_entry *fullhome; local
361 fullhome = get_fullhome(home);
362 if (fullhome
[all...]

Completed in 31 milliseconds