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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmconst.h45 #define GDBM_INSERT 0 /* Do not overwrite data in the database. */ macro
H A Dgdbm.h45 #define GDBM_INSERT 0 /* Never replace old data with new. */ macro
H A Dconv2gdbm.c148 if (gdbm_store (gfile, key, data, GDBM_INSERT) != 0)
H A Dgdbmreorg.c135 if (gdbm_store (new_dbf, key, data, GDBM_INSERT) != 0)

Completed in 68 milliseconds