zip_stat_index 207 ext/zip/lib/zip.h PHPZIPAPI int zip_stat_index(struct zip *, int, int, struct zip_stat *);
zip_stat_index 92 ext/zip/lib/zip_source_zip.c if (zip_stat_index(srcza, srcidx, flags, &p->st) < 0
zip_stat_index 51 ext/zip/lib/zip_stat.c return zip_stat_index(za, idx, flags, st);
zip_stat_index 55 ext/zip/php_zip.c if (zip_stat_index(za, index, flags, &sb) != 0) { \
zip_stat_index 748 ext/zip/php_zip.c ret = zip_stat_index(rsrc_int->za, rsrc_int->index_current, 0, &zr_rsrc->sb);
zip_stat_index 1279 ext/zip/php_zip.c if (zip_stat_index(intern, index, flags, &sb) != 0) {