Searched refs:realloc_size (Results 1 – 1 of 1) sorted by relevance
51 zip_uint64_t realloc_size; in _zip_add_entry() local61 realloc_size = sizeof(struct zip_entry) * (size_t)nalloc; in _zip_add_entry()63 if (sizeof(struct zip_entry) * (size_t)za->nentry_alloc > realloc_size) { in _zip_add_entry()
Completed in 7 milliseconds