Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_fopen_index_encrypted.c170 if (za->nfile >= za->nfile_alloc-1) { in _zip_file_new()
171 n = za->nfile_alloc + 10; in _zip_file_new()
179 za->nfile_alloc = n; in _zip_file_new()
H A Dzip_new.c65 za->nfile = za->nfile_alloc = 0; in _zip_new()
H A Dzipint.h201 int nfile_alloc; /* number of files allocated */ member

Completed in 10 milliseconds