Home
last modified time | relevance | path

Searched refs:DB_REMOVE (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libnisdb/
H A Ddb_log_entry.cc69 case DB_REMOVE: in print()
H A Ddb_entry_c.x48 enum db_action {DB_LOOKUP, DB_REMOVE, DB_ADD, DB_FIRST, DB_NEXT, enumerator
H A Ddb.cc200 case DB_REMOVE: in exec_action()
365 action = DB_REMOVE; in log_action()
420 case DB_REMOVE: in execute()
528 case DB_REMOVE: in apply_log_entry()
H A Ddb_headers.h218 enum db_action {DB_LOOKUP, DB_REMOVE, DB_ADD, DB_FIRST, DB_NEXT, DB_ALL, enumerator
H A Dnis_db.cc1669 res = dbase->execute(DB_REMOVE, query, in db_remove_entry_x()
1677 res = dbase->execute(DB_REMOVE, in db_remove_entry_x()
/titanic_41/usr/src/head/rpcsvc/
H A Dnis_db.h61 DB_REMOVE = 1, enumerator