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

/macosx-10.10.1/BerkeleyDB-21/db/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 63 milliseconds