Searched refs:old_dbc_dup (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.c465 static int (*old_dbc_dup)(DBC *, DBC **, u_int32_t) = NULL; variable
469 if((ret = old_dbc_dup(oldcursor, newcursor, flags)) == 0) {
495 if(old_dbc_dup == NULL) {
496 old_dbc_dup = (*cursop)->dup;

Completed in 35 milliseconds