Searched refs:log_action (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libnisdb/ |
H A D | db_c.x | 96 % db_result * log_action( db_action, db_query *, entry_object * );
|
H A D | db_dictionary_c.x | 153 % db_status log_action(int, char* table, table_obj* tobj =0);
|
H A D | db.cc | 325 db::log_action(db_action action, db_query *query, entry_object *content) in log_action() function in db 424 return (log_action(action, query, content)); in execute()
|
H A D | db_dictionary.cc | 1621 db_dictionary::log_action(int action, char *tab, table_obj *tobj) in log_action() function in db_dictionary 1681 db_status status = log_action(DB_REMOVE_TABLE, tab); in delete_table_aux() 1789 status = log_action(DB_ADD_TABLE, tab, tobj); in add_table_aux()
|
H A D | db_mindex2.cc | 529 dbres = ((db *)dbptr.ptr)->log_action(DB_ADD_NOSYNC, in updateTableEntry() 546 dbres = ((db *)dbptr.ptr)->log_action(DB_REMOVE_NOSYNC, qi, 0); in updateTableEntry()
|