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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmconst.h37 #define GDBM_NEWDB 3 /* ALWAYS create a new db. (WRITER) */ macro
H A Ddbmopen.c52 a GDBM_NEWDB. All other values of FLAGS in the flags are
94 temp_dbf = gdbm_open (pag_file, 0, GDBM_NEWDB, mode, NULL);
H A Dgdbm.h38 #define GDBM_NEWDB 3 /* A writer. Always create a new db. */ macro
H A Dgdbmopen.c48 exist, create a new one. If FLAGS is GDBM_NEWDB, the user want a
72 char need_trunc; /* Used with GDBM_NEWDB and locking to avoid
136 case GDBM_NEWDB:
194 /* If we do have a write lock and it was a GDBM_NEWDB, it is
H A Dtestgdbm.c221 gdbm_open (file_name, block_size, GDBM_NEWDB | fast, 00664, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgdbmconst.h37 #define GDBM_NEWDB 3 /* ALWAYS create a new db. (WRITER) */ macro
H A Ddbmopen.c52 a GDBM_NEWDB. All other values of FLAGS in the flags are
94 temp_dbf = gdbm_open (pag_file, 0, GDBM_NEWDB, mode, NULL);
H A Dgdbm.h38 #define GDBM_NEWDB 3 /* A writer. Always create a new db. */ macro
H A Dgdbmopen.c48 exist, create a new one. If FLAGS is GDBM_NEWDB, the user want a
72 char need_trunc; /* Used with GDBM_NEWDB and locking to avoid
136 case GDBM_NEWDB:
194 /* If we do have a write lock and it was a GDBM_NEWDB, it is
H A Dtestgdbm.c221 gdbm_open (file_name, block_size, GDBM_NEWDB | fast, 00664, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/tools/
H A Dtdbtest.c229 gdbm = gdbm_open(test_gdbm, 512, GDBM_WRITER|GDBM_NEWDB|GDBM_FAST,

Completed in 171 milliseconds