Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x233 % db *find_table_noLDAP(char *table_name, db_table_desc **where,
H A Ddb_dictionary.cc1512 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 Dnis_db.cc536 dbase = InUseDictionary->find_table_noLDAP(table, &tbl, TRUE, TRUE); in dbFindObject()