Home
last modified time | relevance | path

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

/PHP-8.2/ext/ftp/
H A Dphp_ftp.c585 size_t file_len; in PHP_FUNCTION() local
610 if (!ftp_get(ftp, stream, file, file_len, xtype, resumepos)) { in PHP_FUNCTION()
629 size_t file_len; in PHP_FUNCTION() local
658 if ((ret = ftp_nb_get(ftp, stream, file, file_len, xtype, resumepos)) == PHP_FTP_FAILED) { in PHP_FUNCTION()
1109 size_t file_len; in PHP_FUNCTION() local
1111 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Op", &z_ftp, php_ftp_ce, &file, &file_len) == FAILURE)… in PHP_FUNCTION()
1117 RETURN_LONG(ftp_size(ftp, file, file_len)); in PHP_FUNCTION()
1127 size_t file_len; in PHP_FUNCTION() local
1135 RETURN_LONG(ftp_mdtm(ftp, file, file_len)); in PHP_FUNCTION()
1170 size_t file_len; in PHP_FUNCTION() local
[all …]
/PHP-8.2/ext/fileinfo/
H A Dfileinfo.c163 size_t file_len = 0; in PHP_FUNCTION() local
169 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|lp!", &options, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
185 if (file_len == 0) { in PHP_FUNCTION()
/PHP-8.2/ext/dom/
H A Ddocument.c1421 size_t file_len = 0; in PHP_METHOD() local
1429 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &file, &file_len, &options) == FAILURE) { in PHP_METHOD()
1433 if (file_len == 0) { in PHP_METHOD()
2030 size_t file_len; in PHP_METHOD() local
2038 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in PHP_METHOD()
2042 if (file_len == 0) { in PHP_METHOD()
H A Dnode.c1565 size_t file_len = 0; in dom_canonicalization() local
1579 "s|bba!a!", &file, &file_len, &exclusive, in dom_canonicalization()
/PHP-8.2/ext/gd/
H A Dgd.c1492 size_t file_len; in _php_image_create_from() local
1502 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &heigh… in _php_image_create_from()
1517 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in _php_image_create_from()
1726 size_t file_len = 0; in _php_image_output() local
1734 if (zend_parse_parameters(argc, "O|p!", &imgind, gd_image_ce, &file, &file_len) == FAILURE) { in _php_image_output()
1739 …if (zend_parse_parameters(argc, "O|p!ll", &imgind, gd_image_ce, &file, &file_len, &quality, &type)… in _php_image_output()
1755 if (file_len) { in _php_image_output()
1822 size_t file_len = 0; in PHP_FUNCTION() local
1830 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Op!|l!", &imgind, gd_image_ce, &file, &file_len, &fore… in PHP_FUNCTION()
/PHP-8.2/ext/phar/
H A Dphar_internal.h550 zend_string *phar_find_in_include_path(char *file, size_t file_len, phar_archive_data **pphar);
/PHP-8.2/ext/zip/
H A Dphp_zip.c125 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 47 milliseconds