Searched refs:schema_files (Results 1 – 1 of 1) sorted by relevance
2240 const char *schema_files[] = { in init_memdb() local2279 for (i = 0; i < ARRAY_SIZE(schema_files); i++) { in init_memdb()2280 fd = open_schema_file(schema_files[i]); in init_memdb()2285 sm_ierror("failed to read: %s", schema_files[i]); in init_memdb()2291 schema_files[i], sizeof(buf)); in init_memdb()2307 const char *schema_files[] = { in init_cachedb() local2327 for (i = 0; i < ARRAY_SIZE(schema_files); i++) { in init_cachedb()2328 fd = open_schema_file(schema_files[i]); in init_cachedb()2333 sm_ierror("failed to read: %s", schema_files[i]); in init_cachedb()2339 schema_files[i], sizeof(buf)); in init_cachedb()