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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c351 ct_entry *dbenv_ctp, *new_ctp; local
387 if ((new_ctp = __dbsrv_shareenv(dbenv_ctp, fullhome, shareflags))
393 printf("Sharing env ID %ld\n", new_ctp->ct_id);
394 replyp->envcl_id = new_ctp->ct_id;
1368 ct_entry *dbp_ctp, *new_ctp, *txnp_ctp; local
1381 if ((new_ctp = __dbsrv_sharedb(dbp_ctp, name, subdb, type, flags))
1387 printf("Sharing db ID %ld\n", new_ctp->ct_id);
1388 replyp->dbcl_id = new_ctp->ct_id;
2311 ct_entry *dbc_ctp, *new_ctp; local
2317 new_ctp
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp293 ct_entry *dbenv_ctp, *new_ctp; local
329 if ((new_ctp = __dbsrv_shareenv(dbenv_ctp, fullhome, shareflags))
335 printf("Sharing env ID %ld\n", new_ctp->ct_id);
336 replyp->envcl_id = new_ctp->ct_id;
1174 ct_entry *dbp_ctp, *new_ctp, *txnp_ctp; local
1186 if ((new_ctp = __dbsrv_sharedb(
1192 printf("Sharing db ID %ld\n", new_ctp->ct_id);
1193 replyp->dbcl_id = new_ctp->ct_id;
2028 ct_entry *dbc_ctp, *new_ctp; local
2034 new_ctp
[all...]

Completed in 99 milliseconds