Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_log_entry.cc67 case DB_REMOVE: in print()
H A Ddb.cc198 case DB_REMOVE: in exec_action()
363 action = DB_REMOVE; in log_action()
418 case DB_REMOVE: in execute()
526 case DB_REMOVE: in apply_log_entry()
H A Ddb_entry_c.x51 enum db_action {DB_LOOKUP, DB_REMOVE, DB_ADD, DB_FIRST, DB_NEXT, enumerator
H A Ddb_headers.h206 enum db_action {DB_LOOKUP, DB_REMOVE, DB_ADD, DB_FIRST, DB_NEXT, DB_ALL, enumerator
H A Dnis_db.cc1670 res = dbase->execute(DB_REMOVE, query, in db_remove_entry_x()
1678 res = dbase->execute(DB_REMOVE, in db_remove_entry_x()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnis_db.h61 DB_REMOVE = 1, enumerator