Home
last modified time | relevance | path

Searched refs:add_table (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x218 % db_status add_table( char* table_name, table_obj* table_desc );
H A Dnis_db.cc315 return (InUseDictionary->add_table(table_name, table_desc)); in db_create_table()
H A Ddb_dictionary.cc1816 db_dictionary::add_table(char *tab, table_obj* tobj) in add_table() function in db_dictionary