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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dutils.c90 static Skiplist open_log_cursors; variable
199 skiplist_init(&open_log_cursors);
200 skiplist_set_compare(&open_log_cursors, VP_COMPARE, VP_COMPARE);
221 skiplist_insert(&open_log_cursors, cursor);
226 skiplist_remove(&open_log_cursors, cursor, NULL);

Completed in 83 milliseconds