Searched refs:octp (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.c373 ct_entry *ctp, *octp; local
393 octp = LIST_FIRST(&__dbsrv_head);
394 if (octp != NULL && octp->ct_id >= t)
395 t = octp->ct_id + 1;
/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.cpp351 ct_entry *ctp, *octp; local
371 octp = LIST_FIRST(&__dbsrv_head);
372 if (octp != NULL && octp->ct_id >= t)
373 t = octp->ct_id + 1;

Completed in 32 milliseconds