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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dutils.c458 static int (*old_dbc_close)(DBC *); variable
462 return old_dbc_close(cursor);
489 if(old_dbc_close == NULL) {
490 old_dbc_close = (*cursop)->close;

Completed in 90 milliseconds