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);
210 % The 'tablePath' is passed on to db_table in order to obtain the
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 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))
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_table.cc766 db_table::configure(char *tablePath) { argument
780 tablePath, &ldapMappingList, 0, 0);

Completed in 71 milliseconds