Searched refs:env_ctp (Results 1 - 4 of 4) 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_util.c488 __dbsrv_shareenv(env_ctp, home, flags)
489 ct_entry *env_ctp;
506 if (ctp == env_ctp)
514 if (ctp->ct_envdp.onflags != env_ctp->ct_envdp.onflags)
516 if (ctp->ct_envdp.offflags != env_ctp->ct_envdp.offflags)
524 if (ctp->ct_timeout < env_ctp->ct_timeout)
525 ctp->ct_timeout = env_ctp->ct_timeout;
H A Ddb_server_proc.c2103 ct_entry *dbc_ctp, *env_ctp, *dbp_ctp, *txnp_ctp; local
2123 env_ctp = dbp_ctp->ct_envparent;
2124 dbc_ctp->ct_envparent = env_ctp;
2125 __dbsrv_settimeout(dbc_ctp, env_ctp->ct_timeout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxutil.cpp451 __dbsrv_shareenv(ct_entry *env_ctp, home_entry *home, u_int32_t flags) argument
466 if (ctp == env_ctp)
474 if (ctp->ct_envdp.onflags != env_ctp->ct_envdp.onflags)
476 if (ctp->ct_envdp.offflags != env_ctp->ct_envdp.offflags)
484 if (ctp->ct_timeout < env_ctp->ct_timeout)
485 ctp->ct_timeout = env_ctp->ct_timeout;
H A Ddb_server_cxxproc.cpp1838 ct_entry *dbc_ctp, *env_ctp, *dbp_ctp, *txnp_ctp; local
1858 env_ctp = dbp_ctp->ct_envparent;
1859 dbc_ctp->ct_envparent = env_ctp;
1860 __dbsrv_settimeout(dbc_ctp, env_ctp->ct_timeout);

Completed in 164 milliseconds