Searched defs:store_mode (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim.c451 shim_dbm_store(DBM *db, datum key, datum content, int store_mode) argument
464 DBM_REPLACE == store_mode, FALSE))
482 ret = dbm_store(map->entries, key, content, store_mode);

Completed in 21 milliseconds