Home
last modified time | relevance | path

Searched refs:file_len (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/ftp/
H A Dphp_ftp.c854 size_t file_len; in PHP_FUNCTION() local
882 if (!ftp_get(ftp, stream, file, file_len, xtype, resumepos)) { in PHP_FUNCTION()
902 size_t file_len; in PHP_FUNCTION() local
1422 size_t file_len; in PHP_FUNCTION() local
1424 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1433 RETURN_LONG(ftp_size(ftp, file, file_len)); in PHP_FUNCTION()
1444 size_t file_len; in PHP_FUNCTION() local
1446 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1455 RETURN_LONG(ftp_mdtm(ftp, file, file_len)); in PHP_FUNCTION()
1495 size_t file_len; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/gd/
H A Dgd_ctx.c84 size_t file_len = 0; in _php_image_output_ctx() local
101 …if (zend_parse_parameters(argc, "rp!|ll", &imgind, &file, &file_len, &quality, &basefilter) == FAI… in _php_image_output_ctx()
H A Dgd.c2446 size_t file_len; in _php_image_create_from() local
2456 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &heigh… in _php_image_create_from()
2464 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in _php_image_create_from()
2678 size_t file_len = 0; in _php_image_output() local
2685 if (zend_parse_parameters(argc, "r|pll", &imgind, &file, &file_len, &quality, &type) == FAILURE) { in _php_image_output()
2703 if (argc >= 2 && file_len) { in _php_image_output()
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c291 size_t file_len = 0; in PHP_FUNCTION() local
298 …if (zend_parse_parameters_ex(flags, ZEND_NUM_ARGS(), "|lp", &options, &file, &file_len) == FAILURE… in PHP_FUNCTION()
314 if (file_len == 0) { in PHP_FUNCTION()
/PHP-7.4/ext/dom/
H A Ddocument.c1587 size_t file_len = 0; in PHP_FUNCTION() local
1595 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &file, &file_len, &options) == FAILURE) { in PHP_FUNCTION()
1599 if (file_len == 0) { in PHP_FUNCTION()
2136 size_t file_len; in PHP_FUNCTION() local
2144 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in PHP_FUNCTION()
2148 if (file_len == 0) { in PHP_FUNCTION()
H A Dnode.c1705 size_t file_len = 0; in dom_canonicalization() local
1719 "s|bba!a!", &file, &file_len, &exclusive, in dom_canonicalization()
/PHP-7.4/ext/phar/
H A Dphar_internal.h544 zend_string *phar_find_in_include_path(char *file, size_t file_len, phar_archive_data **pphar);
/PHP-7.4/ext/zip/
H A Dphp_zip.c136 static int php_zip_extract_file(struct zip * za, char *dest, char *file, size_t file_len) in php_zip_extract_file() argument

Completed in 49 milliseconds