Home
last modified time | relevance | path

Searched defs:za (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/zip/
H A Dzip_stream.c35 struct zip *za; member
129 struct zip *za; in php_zip_ops_stat() local
289 struct zip *za; in php_stream_zip_opener() local
H A Dphp_zip.h53 struct zip *za; member
67 struct zip *za; member
H A Dphp_zip.c50 #define PHP_ZIP_STAT_INDEX(za, index, flags, sb) \ argument
58 #define PHP_ZIP_STAT_PATH(za, path, path_len, flags, sb) \ argument
69 #define PHP_ZIP_SET_FILE_COMMENT(za, index, comment, comment_len) \ argument
125 static int php_zip_extract_file(struct zip * za, char *dest, const char *file, size_t file_len, zip… in php_zip_extract_file()
/PHP-8.3/ext/zip/examples/
H A Ddir.php6 $za = new ZipArchive(); variable

Completed in 17 milliseconds