Home
last modified time | relevance | path

Searched refs:db_idx (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/util/
Dfossilize_db.c75 check_files_opened_successfully(FILE *file, FILE *db_idx) in check_files_opened_successfully() argument
78 if (db_idx) in check_files_opened_successfully()
79 fclose(db_idx); in check_files_opened_successfully()
83 if (!db_idx) { in check_files_opened_successfully()
111 update_foz_index(struct foz_db *foz_db, FILE *db_idx, unsigned file_idx) in update_foz_index() argument
113 uint64_t offset = ftell(db_idx); in update_foz_index()
114 fseek(db_idx, 0, SEEK_END); in update_foz_index()
115 uint64_t len = ftell(db_idx); in update_foz_index()
121 fseek(db_idx, offset, SEEK_SET); in update_foz_index()
133 if (fread(bytes_to_read, 1, sizeof(bytes_to_read), db_idx) != in update_foz_index()
[all …]
Dfossilize_db.h77 FILE *db_idx; /* The default writable foz db idx */ member