Searched defs:delete_table_aux (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc1211 dict->delete_table_aux(j->get_table_name(),
1659 db_dictionary::delete_table_aux(char *tab, int mode) function in class:db_dictionary
1663 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::delete_table_aux");
1666 "wu db_dictionary::delete_table_aux");
1673 "wu db_dictionary::delete_table_aux");
1684 "wu db_dictionary::delete_table_aux");
1698 "wu db_dictionary::delete_table_aux");
1708 WRITEUNLOCK(this, ret, "wu db_dictionary::delete_table_aux");
1723 return (delete_table_aux(tab, !INMEMORY_ONLY));

Completed in 123 milliseconds