Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnisdb/
H A Ddb.cc341 if ((action == DB_ADD_NOSYNC) || (action == DB_REMOVE_NOSYNC)) in log_action()
364 case DB_REMOVE_NOSYNC: in log_action()
422 case DB_REMOVE_NOSYNC: in execute()
529 case DB_REMOVE_NOSYNC: in apply_log_entry()
570 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.h220 DB_ADD_NOSYNC, DB_REMOVE_NOSYNC }; enumerator
H A Dnis_db.cc1668 res = dbase->execute(DB_REMOVE_NOSYNC, in db_remove_entry_x()
1676 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()