Searched refs:DB_REMOVE (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_log_entry.cc | 69 case DB_REMOVE: in print()
|
H A D | db_entry_c.x | 48 enum db_action {DB_LOOKUP, DB_REMOVE, DB_ADD, DB_FIRST, DB_NEXT, enumerator
|
H A D | db.cc | 200 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 D | db_headers.h | 218 enum db_action {DB_LOOKUP, DB_REMOVE, DB_ADD, DB_FIRST, DB_NEXT, DB_ALL, enumerator
|
H A D | nis_db.cc | 1669 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 D | nis_db.h | 61 DB_REMOVE = 1, enumerator
|