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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc51 db_mindex::db_mindex(db_scheme *how, char *tablePath) : rversion() argument
58 if (tablePath != NULL)
59 configure(tablePath);
H A Ddb_mindex2.cc51 db_mindex::configure(char *tablePath) { argument
52 if (tablePath == NULL)
57 objPath.ptr = strdup(tablePath);
60 return (table->configure(tablePath));
H A Ddb_table.cc766 db_table::configure(char *tablePath) { argument
780 tablePath, &ldapMappingList, 0, 0);
H A Dnis_db.cc1897 char tablePath[MAXPATHLEN + NIS_MAXNAMELEN + 1]; local
1903 if (strlen(table_name) >= sizeof (tablePath))
1906 if (internal_table_name(table_name, tablePath) == 0)
1909 if (dbase->configure(tablePath))

Completed in 54 milliseconds