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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Ddbreg_ext.h13 int __dbreg_get_id __P((DB *, DB_TXN *, int32_t *));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg.c258 if ((ret = __dbreg_get_id(dbp, txn, &id)) == 0)
265 * __dbreg_get_id --
270 * PUBLIC: int __dbreg_get_id __P((DB *, DB_TXN *, int32_t *));
273 __dbreg_get_id(dbp, txn, idp) function
H A Ddbreg_util.c764 if ((ret = __dbreg_get_id(dbp, txn, &id)) != 0) {

Completed in 92 milliseconds