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

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x213 % db_status delete_table_aux( char* table_name, int mode );
H A Ddb_dictionary.cc1208 dict->delete_table_aux(j->get_table_name(),
1656 db_dictionary::delete_table_aux(char *tab, int mode) function in class:db_dictionary
1660 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::delete_table_aux");
1663 "wu db_dictionary::delete_table_aux");
1670 "wu db_dictionary::delete_table_aux");
1681 "wu db_dictionary::delete_table_aux");
1695 "wu db_dictionary::delete_table_aux");
1705 WRITEUNLOCK(this, ret, "wu db_dictionary::delete_table_aux");
1720 return (delete_table_aux(tab, !INMEMORY_ONLY));

Completed in 225 milliseconds