Home
last modified time | relevance | path

Searched refs:DB_REMOVE_NOSYNC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb.cc339 if ((action == DB_ADD_NOSYNC) || (action == DB_REMOVE_NOSYNC)) in log_action()
362 case DB_REMOVE_NOSYNC: in log_action()
420 case DB_REMOVE_NOSYNC: in execute()
527 case DB_REMOVE_NOSYNC: in apply_log_entry()
568 if ((action == DB_ADD_NOSYNC) || (action == DB_REMOVE_NOSYNC)) in execute_log_entry()
H A Ddb_entry_c.x53 DB_ADD_NOSYNC, DB_REMOVE_NOSYNC }; enumerator
H A Ddb_headers.h208 DB_ADD_NOSYNC, DB_REMOVE_NOSYNC }; enumerator
H A Dnis_db.cc1667 res = dbase->execute(DB_REMOVE_NOSYNC, in db_remove_entry_x()
1675 res = dbase->execute(DB_REMOVE_NOSYNC, in db_remove_entry_x()
H A Ddb_mindex2.cc546 dbres = ((db *)dbptr.ptr)->log_action(DB_REMOVE_NOSYNC, qi, 0); in updateTableEntry()