Searched refs:tablePath (Results 1 – 5 of 5) sorted by relevance
171 % db_mindex(db_scheme *, char *tablePath);
51 db_mindex::db_mindex(db_scheme *how, char *tablePath) : rversion() in db_mindex() argument58 if (tablePath != NULL) in db_mindex()59 configure(tablePath); in db_mindex()
51 db_mindex::configure(char *tablePath) { in configure() argument52 if (tablePath == NULL) in configure()57 objPath.ptr = strdup(tablePath); in configure()60 return (table->configure(tablePath)); in configure()
1895 char tablePath[MAXPATHLEN + NIS_MAXNAMELEN + 1]; in __db_configure() local1901 if (strlen(table_name) >= sizeof (tablePath)) in __db_configure()1904 if (internal_table_name(table_name, tablePath) == 0) in __db_configure()1907 if (dbase->configure(tablePath)) in __db_configure()
764 db_table::configure(char *tablePath) { in configure() argument778 tablePath, &ldapMappingList, 0, 0); in configure()