zip_stat_index    411 ext/zip/lib/zip.h ZIP_EXTERN int zip_stat_index(zip_t *, zip_uint64_t, zip_flags_t, zip_stat_t *);
zip_stat_index     63 ext/zip/lib/zip_source_zip_new.c     if (zip_stat_index(srcza, srcidx, flags|ZIP_FL_UNCHANGED, &st) < 0) {
zip_stat_index     46 ext/zip/lib/zip_stat.c     return zip_stat_index(za, (zip_uint64_t)idx, flags, st);
zip_stat_index     62 ext/zip/php_zip.c 	if (zip_stat_index(za, index, flags, &sb) != 0) { \
zip_stat_index   1188 ext/zip/php_zip.c 		ret = zip_stat_index(rsrc_int->za, rsrc_int->index_current, 0, &zr_rsrc->sb);
zip_stat_index   1882 ext/zip/php_zip.c 	if (zip_stat_index(intern, index, flags, &sb) != 0) {