Home
last modified time | relevance | path

Searched refs:nentry_alloc (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/zip/lib/
H A Dzip_entry_new.c53 if (za->nentry+1 >= za->nentry_alloc) { in _zip_entry_new()
55 za->nentry_alloc += 16; in _zip_entry_new()
58 * za->nentry_alloc); in _zip_entry_new()
H A Dzip_new.c63 za->nentry = za->nentry_alloc = 0; in _zip_new()
H A Dzipint.h198 zip_uint64_t nentry_alloc; /* number of entries allocated */ member

Completed in 12 milliseconds