Searched refs:dbc_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_proc.c2103 ct_entry *dbc_ctp, *env_ctp, *dbp_ctp, *txnp_ctp; local
2108 dbc_ctp = new_ct_ent(&replyp->status);
2109 if (dbc_ctp == NULL)
2115 dbc_ctp->ct_activep = txnp_ctp->ct_activep;
2120 dbc_ctp->ct_dbc = dbc;
2121 dbc_ctp->ct_type = CT_CURSOR;
2122 dbc_ctp->ct_parent = dbp_ctp;
2124 dbc_ctp->ct_envparent = env_ctp;
2125 __dbsrv_settimeout(dbc_ctp, env_ctp->ct_timeout);
2126 __dbsrv_active(dbc_ctp);
2151 ct_entry *dbc_ctp, *ctp, *dbp_ctp; local
2247 ct_entry *dbc_ctp; local
2265 ct_entry *dbc_ctp; local
2289 ct_entry *dbc_ctp; local
2311 ct_entry *dbc_ctp, *new_ctp; local
2371 ct_entry *dbc_ctp; local
2518 ct_entry *dbc_ctp; local
2675 ct_entry *dbc_ctp; local
2734 ct_entry *dbc_ctp; local
2754 ct_entry *dbc_ctp; local
[all...]
H A Ddb_server_util.c594 __dbc_close_int(dbc_ctp)
595 ct_entry *dbc_ctp;
601 dbc = (DBC *)dbc_ctp->ct_anyp;
608 if (dbc_ctp->ct_type & CT_JOINCUR)
616 ctp->ct_activep == &dbc_ctp->ct_active) {
622 __dbclear_ctp(dbc_ctp);
/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.cpp1838 ct_entry *dbc_ctp, *env_ctp, *dbp_ctp, *txnp_ctp; local
1843 dbc_ctp = new_ct_ent(&replyp->status);
1844 if (dbc_ctp == NULL)
1850 dbc_ctp->ct_activep = txnp_ctp->ct_activep;
1855 dbc_ctp->ct_dbc = dbc;
1856 dbc_ctp->ct_type = CT_CURSOR;
1857 dbc_ctp->ct_parent = dbp_ctp;
1859 dbc_ctp->ct_envparent = env_ctp;
1860 __dbsrv_settimeout(dbc_ctp, env_ctp->ct_timeout);
1861 __dbsrv_active(dbc_ctp);
1881 ct_entry *dbc_ctp, *ctp, *dbp_ctp; local
1974 ct_entry *dbc_ctp; local
1988 ct_entry *dbc_ctp; local
2009 ct_entry *dbc_ctp; local
2028 ct_entry *dbc_ctp, *new_ctp; local
2079 ct_entry *dbc_ctp; local
2221 ct_entry *dbc_ctp; local
2357 ct_entry *dbc_ctp; local
2408 ct_entry *dbc_ctp; local
2424 ct_entry *dbc_ctp; local
[all...]
H A Ddb_server_cxxutil.cpp537 __dbc_close_int(ct_entry *dbc_ctp) argument
543 dbc = (Dbc *)dbc_ctp->ct_anyp;
550 if (dbc_ctp->ct_type & CT_JOINCUR)
558 ctp->ct_activep == &dbc_ctp->ct_active) {
564 __dbclear_ctp(dbc_ctp);

Completed in 58 milliseconds