Searched defs:foz_db (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache_os.h54 struct foz_db foz_db; member in struct:disk_cache
H A Dfossilize_db.h75 struct foz_db { struct
H A Dfossilize_db.c111 update_foz_index(struct foz_db *foz_db, FILE *db_idx, unsigned file_idx) argument
199 load_foz_dbs(struct foz_db *foz_db, FILE *db_idx, uint8_t file_idx, argument
269 foz_prepare(struct foz_db * foz_db,char * cache_path) argument
344 foz_destroy(struct foz_db * foz_db) argument
365 foz_read_entry(struct foz_db * foz_db,const uint8_t * cache_key_160bit,size_t * size) argument
435 foz_write_entry(struct foz_db * foz_db,const uint8_t * cache_key_160bit,const void * blob,size_t blob_size) argument
540 foz_prepare(struct foz_db * foz_db,char * filename) argument
549 foz_destroy(struct foz_db * foz_db) argument
554 foz_read_entry(struct foz_db * foz_db,const uint8_t * cache_key_160bit,size_t * size) argument
561 foz_write_entry(struct foz_db * foz_db,const uint8_t * cache_key_160bit,const void * blob,size_t size) argument
[all...]

Completed in 4 milliseconds