Home
last modified time | relevance | path

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

/PHP-8.1/ext/ftp/
H A Dphp_ftp.c593 size_t file_len; in PHP_FUNCTION() local
618 if (!ftp_get(ftp, stream, file, file_len, xtype, resumepos)) { in PHP_FUNCTION()
637 size_t file_len; in PHP_FUNCTION() local
666 if ((ret = ftp_nb_get(ftp, stream, file, file_len, xtype, resumepos)) == PHP_FTP_FAILED) { in PHP_FUNCTION()
1117 size_t file_len; in PHP_FUNCTION() local
1119 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Op", &z_ftp, php_ftp_ce, &file, &file_len) == FAILURE)… in PHP_FUNCTION()
1125 RETURN_LONG(ftp_size(ftp, file, file_len)); in PHP_FUNCTION()
1135 size_t file_len; in PHP_FUNCTION() local
1143 RETURN_LONG(ftp_mdtm(ftp, file, file_len)); in PHP_FUNCTION()
1178 size_t file_len; in PHP_FUNCTION() local
[all …]
/PHP-8.1/ext/fileinfo/
H A Dfileinfo.c181 size_t file_len = 0; in PHP_FUNCTION() local
187 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|lp!", &options, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
203 if (file_len == 0) { in PHP_FUNCTION()
/PHP-8.1/ext/dom/
H A Ddocument.c1414 size_t file_len = 0; in PHP_METHOD() local
1422 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &file, &file_len, &options) == FAILURE) { in PHP_METHOD()
1426 if (file_len == 0) { in PHP_METHOD()
1969 size_t file_len; in PHP_METHOD() local
1977 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in PHP_METHOD()
1981 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.1/ext/gd/
H A Dgd.c1642 size_t file_len; in _php_image_create_from() local
1652 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &heigh… in _php_image_create_from()
1667 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in _php_image_create_from()
1876 size_t file_len = 0; in _php_image_output() local
1884 if (zend_parse_parameters(argc, "O|p!", &imgind, gd_image_ce, &file, &file_len) == FAILURE) { in _php_image_output()
1889 …if (zend_parse_parameters(argc, "O|p!ll", &imgind, gd_image_ce, &file, &file_len, &quality, &type)… in _php_image_output()
1905 if (file_len) { in _php_image_output()
1972 size_t file_len = 0; in PHP_FUNCTION() local
1980 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Op!|l!", &imgind, gd_image_ce, &file, &file_len, &fore… in PHP_FUNCTION()
/PHP-8.1/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.1/ext/zip/
H A Dphp_zip.c124 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 60 milliseconds