zip_stat          300 ext/zip/lib/zip.h typedef struct zip_stat zip_stat_t;
zip_stat          410 ext/zip/lib/zip.h ZIP_EXTERN int zip_stat(zip_t *, const char *, zip_flags_t, zip_stat_t *);
zip_stat          235 ext/zip/lib/zip_close.c     struct zip_stat st;
zip_stat          185 ext/zip/lib/zip_open.c     struct zip_stat st;
zip_stat          543 ext/zip/lib/zip_open.c     struct zip_stat st;
zip_stat          105 ext/zip/lib/zip_source_crc.c                         struct zip_stat st;
zip_stat           74 ext/zip/lib/zip_source_filep.c     struct zip_stat st;     /* stat information passed in */
zip_stat          131 ext/zip/lib/zip_source_pkware.c     struct zip_stat st;
zip_stat           47 ext/zip/lib/zip_source_zip_new.c     struct zip_stat st;
zip_stat          112 ext/zip/lib/zip_source_zip_new.c 	struct zip_stat st2;
zip_stat           54 ext/zip/lib/zipwin32.h     struct zip_stat st;     /* stat information passed in */
zip_stat           73 ext/zip/php_zip.c 	if (zip_stat(za, path, flags, &sb) != 0) { \
zip_stat          139 ext/zip/php_zip.c 	struct zip_stat sb;
zip_stat          167 ext/zip/php_zip.c 	if (path_cleaned_len >= MAXPATHLEN || zip_stat(za, file, 0, &sb) != 0) {
zip_stat         1566 ext/zip/php_zip.c 	struct zip_stat sb;
zip_stat         1593 ext/zip/php_zip.c 	idx = zip_stat(intern, s, 0, &sb);
zip_stat         1842 ext/zip/php_zip.c 	struct zip_stat sb;
zip_stat         1869 ext/zip/php_zip.c 	struct zip_stat sb;
zip_stat         2049 ext/zip/php_zip.c 	struct zip_stat sb;
zip_stat         2115 ext/zip/php_zip.c 	struct zip_stat sb;
zip_stat         2190 ext/zip/php_zip.c 	struct zip_stat sb;
zip_stat         2264 ext/zip/php_zip.c 	struct zip_stat sb;
zip_stat         2388 ext/zip/php_zip.c 	struct zip_stat sb;
zip_stat         2453 ext/zip/php_zip.c 	struct zip_stat sb;
zip_stat         2517 ext/zip/php_zip.c 	struct zip_stat sb;
zip_stat         2684 ext/zip/php_zip.c 	struct zip_stat sb;
zip_stat         2767 ext/zip/php_zip.c 	struct zip_stat sb;
zip_stat         2783 ext/zip/php_zip.c 	if (zip_stat(intern, ZSTR_VAL(filename), 0, &sb) != 0) {
zip_stat           69 ext/zip/php_zip.h 	struct zip_stat sb;
zip_stat          125 ext/zip/zip_stream.c 	struct zip_stat sb;
zip_stat          169 ext/zip/zip_stream.c 		if (zip_stat(za, fragment, ZIP_FL_NOCASE, &sb) != 0) {