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

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex_c.x171 % db_mindex(db_scheme *, char *tablePath);
207 % 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.cc1891 char tablePath[MAXPATHLEN + NIS_MAXNAMELEN + 1]; local
1897 if (strlen(table_name) >= sizeof (tablePath))
1900 if (internal_table_name(table_name, tablePath) == 0)
1903 if (dbase->configure(tablePath))
H A Ddb_mindex.cc49 db_mindex::db_mindex(db_scheme *how, char *tablePath) : rversion() argument
56 if (tablePath != NULL)
57 configure(tablePath);
H A Ddb_table.cc761 db_table::configure(char *tablePath) { argument
775 tablePath, &ldapMappingList, 0, 0);

Completed in 34 milliseconds