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

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc689 db_dictionary::change_table_name(db_table_desc *clone, char *tok, char *repl) function in class:db_dictionary
694 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::change_table_name");
714 "db_dictionary::change_table_name: out of memory");
715 FATAL3("db_dictionary::change_table_name: out of memory.",
732 "wu db_dictionary::change_table_name");
886 if (change_table_name(clone, tok, repl) == -1) {
967 (change_table_name(clone, tok, repl) == -1)) {

Completed in 37 milliseconds