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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_hooks.h63 int store_mode);
H A Dshim.h107 int store_mode);
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 59 milliseconds