nentry_alloc 47 ext/zip/lib/zip_add_entry.c if (za->nentry+1 >= za->nentry_alloc) { nentry_alloc 49 ext/zip/lib/zip_add_entry.c zip_uint64_t nalloc = za->nentry_alloc; nentry_alloc 63 ext/zip/lib/zip_add_entry.c if (sizeof(struct zip_entry) * (size_t)za->nentry_alloc > realloc_size) { nentry_alloc 73 ext/zip/lib/zip_add_entry.c za->nentry_alloc = nalloc; nentry_alloc 86 ext/zip/lib/zip_dirent.c cd->nentry = cd->nentry_alloc = nentry; nentry_alloc 67 ext/zip/lib/zip_new.c za->nentry = za->nentry_alloc = 0; nentry_alloc 223 ext/zip/lib/zip_open.c za->nentry_alloc = cdir->nentry_alloc; nentry_alloc 308 ext/zip/lib/zipint.h zip_uint64_t nentry_alloc; /* number of entries allocated */ nentry_alloc 366 ext/zip/lib/zipint.h zip_uint64_t nentry_alloc; /* number of entries allocated */