fragments_capacity 48 ext/zip/lib/zip_source_buffer.c zip_uint64_t fragments_capacity; /* size of fragments (number of pointers) */ fragments_capacity 272 ext/zip/lib/zip_source_buffer.c buffer->fragments_capacity = 0; fragments_capacity 296 ext/zip/lib/zip_source_buffer.c buffer->fragments_capacity = 1; fragments_capacity 320 ext/zip/lib/zip_source_buffer.c buffer->fragments_capacity = 1; fragments_capacity 389 ext/zip/lib/zip_source_buffer.c if (needed_fragments > buffer->fragments_capacity) { fragments_capacity 390 ext/zip/lib/zip_source_buffer.c zip_uint64_t new_capacity = buffer->fragments_capacity; fragments_capacity 404 ext/zip/lib/zip_source_buffer.c buffer->fragments_capacity = new_capacity;