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

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc1058 tbl = find_table_desc(fs[i]);
1440 if ((tbl = find_table_desc(tab)) == NULL) {
1456 db_dictionary::find_table_desc(char *tab) function in class:db_dictionary
1460 READLOCK(this, NULL, "r db_dictionary::find_table_desc");
1466 READUNLOCK(this, ret, "r db_dictionary::find_table_desc");
1471 db_dictionary::find_table_desc(char *tab, bool_t searchDeferred) { function in class:db_dictionary
1482 ret = find_table_desc(tab);
1557 tbl = find_table_desc(tab, searchDeferred);
1668 if ((tbl = find_table_desc(tab)) == NULL) { // table not found
1748 if (find_table_desc(ta
[all...]

Completed in 37 milliseconds