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

/bootable/recovery/updater/
H A Dblockimg.c123 static void allocate(size_t size, uint8_t** buffer, size_t* buffer_alloc) { argument
125 if (size <= *buffer_alloc) return;
134 *buffer_alloc = size;
259 uint8_t** buffer, size_t* buffer_alloc, int fd) {
270 allocate(src->size * BLOCKSIZE, buffer, buffer_alloc);
319 uint8_t** buffer, size_t* buffer_alloc, int fd,
331 allocate(*src_blocks * BLOCKSIZE, buffer, buffer_alloc);
560 size_t buffer_alloc = 0; local
574 &buffer, &buffer_alloc, fd);
577 &buffer, &buffer_alloc, f
258 LoadSrcTgtVersion1(char* wordsave, RangeSet** tgt, int* src_blocks, uint8_t** buffer, size_t* buffer_alloc, int fd) argument
318 LoadSrcTgtVersion2(char* wordsave, RangeSet** tgt, int* src_blocks, uint8_t** buffer, size_t* buffer_alloc, int fd, uint8_t** stash_table) argument
[all...]

Completed in 206 milliseconds