Home
last modified time | relevance | path

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

/PHP-5.6/ext/zip/lib/
H A Dzip_fopen_index_encrypted.c84 if (za->nfile+1 >= za->nfile_alloc) { in _zip_file_new()
86 n = za->nfile_alloc + 10; in _zip_file_new()
94 za->nfile_alloc = n; in _zip_file_new()
H A Dzip_new.c67 za->nfile = za->nfile_alloc = 0; in _zip_new()
H A Dzipint.h291 unsigned int nfile_alloc; /* number of files allocated */ member

Completed in 12 milliseconds