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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dstore.c46 return gdbm_store (_gdbm_file, key, content, GDBM_REPLACE);
H A Dgdbmconst.h46 #define GDBM_REPLACE 1 /* Replace the old value with the new value. */ macro
H A Dgdbm.h46 #define GDBM_REPLACE 1 /* Always replace old data with new. */ macro
H A Dgdbmstore.c40 take when the KEY is already in the database. The value GDBM_REPLACE
96 if (flags == GDBM_REPLACE)
H A Dtestgdbm.c345 if (gdbm_store (gdbm_file, key_data, data_data, GDBM_REPLACE) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbtest.c170 if (gdbm_store(gdbm, key, data, GDBM_REPLACE) != 0) {

Completed in 171 milliseconds