Lines Matching refs:zip

124 static int php_zip_extract_file(struct zip * za, char *dest, char *file, size_t file_len)  in php_zip_extract_file()
1123 static PHP_MINIT_FUNCTION(zip);
1124 static PHP_MSHUTDOWN_FUNCTION(zip);
1125 static PHP_MINFO_FUNCTION(zip);
1133 PHP_MINIT(zip),
1134 PHP_MSHUTDOWN(zip),
1137 PHP_MINFO(zip),
1144 ZEND_GET_MODULE(zip)
1192 zval * zip; in PHP_FUNCTION() local
1195 if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &zip) == FAILURE) { in PHP_FUNCTION()
1199 …if ((z_rsrc = (zip_rsrc *)zend_fetch_resource(Z_RES_P(zip), le_zip_dir_name, le_zip_dir)) == NULL)… in PHP_FUNCTION()
1204 zend_list_close(Z_RES_P(zip)); in PHP_FUNCTION()
1257 zval * zip; in PHP_FUNCTION() local
1264 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rr|s", &zip, &zip_entry, &mode, &mode_len) == FAILURE)… in PHP_FUNCTION()
1272 …if ((z_rsrc = (zip_rsrc *)zend_fetch_resource(Z_RES_P(zip), le_zip_dir_name, le_zip_dir)) == NULL)… in PHP_FUNCTION()
1427 struct zip *intern;
1503 struct zip *intern;
1530 struct zip *intern;
1584 struct zip *intern;
1645 struct zip *intern;
1882 struct zip *intern;
1931 struct zip *intern;
1952 struct zip *intern;
1975 struct zip *intern;
2004 struct zip *intern;
2029 struct zip *intern;
2056 struct zip *intern;
2079 struct zip *intern;
2113 struct zip *intern;
2143 struct zip *intern;
2178 struct zip *intern;
2202 struct zip *intern;
2241 struct zip *intern;
2271 struct zip *intern;
2306 struct zip *intern;
2330 struct zip *intern;
2365 struct zip *intern;
2388 struct zip *intern;
2424 struct zip *intern;
2448 struct zip *intern;
2484 struct zip *intern;
2508 struct zip *intern;
2533 struct zip *intern;
2560 struct zip *intern;
2592 struct zip *intern;
2622 struct zip *intern;
2647 struct zip *intern;
2676 struct zip *intern;
2696 struct zip *intern;
2721 struct zip *intern;
2799 struct zip *intern;
2880 struct zip *intern;
2922 struct zip *intern;
2969 struct zip *intern;
3029 static PHP_MINIT_FUNCTION(zip) argument
3206 static PHP_MSHUTDOWN_FUNCTION(zip) argument
3215 static PHP_MINFO_FUNCTION(zip) argument