zip_stat_index    316 ext/zip/lib/zip.h ZIP_EXTERN int zip_stat_index(struct zip *, zip_uint64_t, zip_flags_t, struct zip_stat *);
zip_stat_index     66 ext/zip/lib/zip_source_zip_new.c     if (zip_stat_index(srcza, srcidx, flags|ZIP_FL_UNCHANGED, &st) < 0) {
zip_stat_index     48 ext/zip/lib/zip_stat.c     return zip_stat_index(za, (zip_uint64_t)idx, flags, st);
zip_stat_index     81 ext/zip/php_zip.c 	if (zip_stat_index(za, index, flags, &sb) != 0) { \
zip_stat_index   1319 ext/zip/php_zip.c 		ret = zip_stat_index(rsrc_int->za, rsrc_int->index_current, 0, &zr_rsrc->sb);
zip_stat_index   1989 ext/zip/php_zip.c 	if (zip_stat_index(intern, index, flags, &sb) != 0) {