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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim.c454 shim_dbm_store(DBM *db, datum key, datum content, int store_mode) argument
467 DBM_REPLACE == store_mode, FALSE))
485 ret = dbm_store(map->entries, key, content, store_mode);

Completed in 44 milliseconds