Searched refs:oldcursor (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.c466 static int new_dbc_dup(DBC *oldcursor, DBC **newcursor, u_int32_t flags) argument
469 if((ret = old_dbc_dup(oldcursor, newcursor, flags)) == 0) {
473 (*newcursor)->close = oldcursor->close;
476 (*newcursor)->dup = oldcursor->dup;

Completed in 37 milliseconds