Searched refs:find_table (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x225 % db* find_table( char* table_name, db_table_desc ** where = NULL );
227 % db *find_table(char *table_name, db_table_desc **where,
229 % db *find_table(char *table_name, db_table_desc **where,
H A Dnis_db.cc132 dbase = InUseDictionary->find_table(intName, &tbl);
338 db * dbase = InUseDictionary->find_table(table_name, &tbl);
370 db * dbase = InUseDictionary->find_table(table_name);
389 db * dbase = InUseDictionary->find_table(table_name);
410 db * dbase = InUseDictionary->find_table(table_name, &tbl,
795 dbase = InUseDictionary->find_table(table, &tbl, TRUE);
1000 * Calling vanilla find_table() here (which might go to
1004 dbase = InUseDictionary->find_table(table, &tbl, TRUE);
1341 dbase = InUseDictionary->find_table(t->objPath,
1431 dbase = InUseDictionary->find_table(objPat
[all...]
H A Ddb_dictionary.cc1020 * that would happen in find_table() if the db must be loaded.
1023 dbase = find_table(infile, &tbl, TRUE, TRUE, FALSE);
1027 dbase = find_table(infile, &tbl, TRUE, TRUE, TRUE);
1035 dbase = find_table(infile, &tbl, TRUE, TRUE, FALSE);
1489 db_dictionary::find_table(char *tab, db_table_desc **where) { function in class:db_dictionary
1491 return (find_table(tab, where, TRUE, TRUE, TRUE));
1495 db_dictionary::find_table(char *tab, db_table_desc **where, function in class:db_dictionary
1497 return (find_table(tab, where, searchDeferred, TRUE, TRUE));
1501 db_dictionary::find_table(char *tab, db_table_desc **where, function in class:db_dictionary
1507 const char *myself = "db_dictionary::find_table";
[all...]
H A Ddb_mindex3.cc299 dbase = InUseDictionary->find_table(tableName, &tbl, FALSE);

Completed in 30 milliseconds