Searched refs:homep (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_util.c691 home_entry *hp, *homep; local
720 for (homep = LIST_FIRST(&__dbsrv_home); homep != NULL;
721 homep = LIST_NEXT(homep, entries))
722 if (strcmp(homep->name, hp->name) == 0) {
724 hp->name, homep->dir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxutil.cpp628 home_entry *hp, *homep; local
657 for (homep = LIST_FIRST(&__dbsrv_home); homep != NULL;
658 homep = LIST_NEXT(homep, entries))
659 if (strcmp(homep->name, hp->name) == 0) {
661 hp->name, homep->dir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_method.c402 __env_get_home(dbenv, homep)
404 const char **homep;
411 *homep = env->db_home;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp401 DBENV_METHOD(get_home, (const char **homep), (dbenv, homep))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c391 __dbcl_env_get_home(dbenv, homep)
393 const char * * homep;
415 if (homep != NULL)
416 *homep = (const char *)replyp->home;

Completed in 58 milliseconds