Searched refs:db_idx (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | fossilize_db.c | 75 check_files_opened_successfully(FILE *file, FILE *db_idx) argument 78 if (db_idx) 79 fclose(db_idx); 83 if (!db_idx) { 111 update_foz_index(struct foz_db *foz_db, FILE *db_idx, unsigned file_idx) argument 113 uint64_t offset = ftell(db_idx); 114 fseek(db_idx, 0, SEEK_END); 115 uint64_t len = ftell(db_idx); 121 fseek(db_idx, offset, SEEK_SET); 133 if (fread(bytes_to_read, 1, sizeof(bytes_to_read), db_idx) ! 199 load_foz_dbs(struct foz_db * foz_db,FILE * db_idx,uint8_t file_idx,bool read_only) argument 316 FILE *db_idx = fopen(idx_filename, "rb"); local in function:foz_prepare [all...] |
| H A D | fossilize_db.h | 77 FILE *db_idx; /* The default writable foz db idx */ member in struct:foz_db
|
Completed in 2 milliseconds