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

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x168 % int change_table_name (db_table_desc *, char *, char *);
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 19 milliseconds