Searched refs:nextctp (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.c222 ct_entry *ctp, *nextctp; local
247 for (ctp = LIST_FIRST(&__dbsrv_head); ctp != NULL; ctp = nextctp) {
248 nextctp = LIST_NEXT(ctp, entries);
265 nextctp = LIST_FIRST(&__dbsrv_head);
282 nextctp = LIST_FIRST(&__dbsrv_head);
295 for (ctp = LIST_FIRST(&__dbsrv_head); ctp != NULL; ctp = nextctp) {
296 nextctp = LIST_NEXT(ctp, entries);
310 nextctp = LIST_FIRST(&__dbsrv_head);
323 ct_entry *ctp, *nextctp; local
326 ctp = nextctp) {
638 ct_entry *ctp, *dbctp, *nextctp; local
[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_cxxutil.cpp214 ct_entry *ctp, *nextctp; local
239 for (ctp = LIST_FIRST(&__dbsrv_head); ctp != NULL; ctp = nextctp) {
240 nextctp = LIST_NEXT(ctp, entries);
256 nextctp = LIST_FIRST(&__dbsrv_head);
273 nextctp = LIST_FIRST(&__dbsrv_head);
286 for (ctp = LIST_FIRST(&__dbsrv_head); ctp != NULL; ctp = nextctp) {
287 nextctp = LIST_NEXT(ctp, entries);
301 nextctp = LIST_FIRST(&__dbsrv_head);
313 ct_entry *ctp, *nextctp; local
316 ctp = nextctp) {
574 ct_entry *ctp, *dbctp, *nextctp; local
[all...]

Completed in 94 milliseconds