Home
last modified time | relevance | path

Searched refs:tablePath (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex_c.x174 % db_mindex(db_scheme *, char *tablePath);
H A Ddb_mindex.cc51 db_mindex::db_mindex(db_scheme *how, char *tablePath) : rversion() in db_mindex() argument
58 if (tablePath != NULL) in db_mindex()
59 configure(tablePath); in db_mindex()
H A Ddb_mindex2.cc51 db_mindex::configure(char *tablePath) { in configure() argument
52 if (tablePath == NULL) in configure()
57 objPath.ptr = strdup(tablePath); in configure()
60 return (table->configure(tablePath)); in configure()
H A Dnis_db.cc1896 char tablePath[MAXPATHLEN + NIS_MAXNAMELEN + 1]; in __db_configure() local
1902 if (strlen(table_name) >= sizeof (tablePath)) in __db_configure()
1905 if (internal_table_name(table_name, tablePath) == 0) in __db_configure()
1908 if (dbase->configure(tablePath)) in __db_configure()
H A Ddb_table.cc767 db_table::configure(char *tablePath) { in configure() argument
781 tablePath, &ldapMappingList, 0, 0); in configure()