Searched defs:fetch_size (Results 1 – 3 of 3) sorted by relevance
29 int read_block_adb(void* data, uint32_t block, uint8_t* buffer, uint32_t fetch_size) { in read_block_adb()
35 static int read_block_file(void* cookie, uint32_t block, uint8_t* buffer, uint32_t fetch_size) { in read_block_file()
250 size_t fetch_size = fd->block_size; in fetch_block() local