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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Ddbif.h20 4. Call dbif_open to finally open the CNID database itself. Pass db_param
100 extern int dbif_open(DBD *dbd, struct db_param *dbp, int reindex);
H A Dcmd_dbd.c413 if (dbif_open(dbd, NULL, rebuildindexes) < 0) {
H A Dmain.c374 exit(2); /* FIXME: same exit code as failure for dbif_open() */
377 if (dbif_open(dbd, dbp, 0) < 0) {
H A Dcmd_dbd_scanvol.c1236 if (0 != (dbif_open(dbd_rebuild, NULL, 0))) {
H A Ddbif.c204 * For now this does nothing, as upgrading from ver. 0 to 1 is done in dbif_open
590 int dbif_open(DBD *dbd, struct db_param *dbp, int reindex) function

Completed in 115 milliseconds