Searched refs:dbctp (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_util.c638 ct_entry *ctp, *dbctp, *nextctp; local
663 for (dbctp = LIST_FIRST(&__dbsrv_head);
664 dbctp != NULL; dbctp = nextctp) {
665 nextctp = LIST_NEXT(dbctp, entries);
666 if (dbctp->ct_type != CT_DB)
668 if (dbctp->ct_envparent != ctp)
674 __db_close_int(dbctp->ct_id, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxutil.cpp574 ct_entry *ctp, *dbctp, *nextctp; local
600 for (dbctp = LIST_FIRST(&__dbsrv_head);
601 dbctp != NULL; dbctp = nextctp) {
602 nextctp = LIST_NEXT(dbctp, entries);
603 if (dbctp->ct_type != CT_DB)
605 if (dbctp->ct_envparent != ctp)
611 __db_close_int(dbctp->ct_id, 0);

Completed in 94 milliseconds