Searched refs:find_table_noLDAP (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libnisdb/ |
H A D | db_dictionary_c.x | 233 % db *find_table_noLDAP(char *table_name, db_table_desc **where,
|
H A D | db_dictionary.cc | 1512 res = find_table_noLDAP(tab, where, searchDeferred, doLoad); in find_table() 1536 res = find_table_noLDAP(tab, where, searchDeferred, doLoad); in find_table() 1549 db_dictionary::find_table_noLDAP(char *tab, db_table_desc **where, in find_table_noLDAP() function in db_dictionary
|
H A D | nis_db.cc | 536 dbase = InUseDictionary->find_table_noLDAP(table, &tbl, TRUE, TRUE); in dbFindObject()
|