Home
last modified time | relevance | path

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

/PHP-8.0/ext/ftp/
H A Dphp_ftp.c585 size_t file_len; in PHP_FUNCTION() local
613 if (!ftp_get(ftp, stream, file, file_len, xtype, resumepos)) { in PHP_FUNCTION()
632 size_t file_len; in PHP_FUNCTION() local
1142 size_t file_len; in PHP_FUNCTION() local
1144 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1153 RETURN_LONG(ftp_size(ftp, file, file_len)); in PHP_FUNCTION()
1163 size_t file_len; in PHP_FUNCTION() local
1165 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1174 RETURN_LONG(ftp_mdtm(ftp, file, file_len)); in PHP_FUNCTION()
1212 size_t file_len; in PHP_FUNCTION() local
[all …]
/PHP-8.0/ext/fileinfo/
H A Dfileinfo.c212 size_t file_len = 0; in PHP_FUNCTION() local
218 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|lp!", &options, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
234 if (file_len == 0) { in PHP_FUNCTION()
/PHP-8.0/ext/dom/
H A Ddocument.c1380 size_t file_len = 0; in PHP_METHOD() local
1388 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &file, &file_len, &options) == FAILURE) { in PHP_METHOD()
1392 if (file_len == 0) { in PHP_METHOD()
1935 size_t file_len; in PHP_METHOD() local
1943 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in PHP_METHOD()
1947 if (file_len == 0) { in PHP_METHOD()
H A Dnode.c1560 size_t file_len = 0; in dom_canonicalization() local
1574 "s|bba!a!", &file, &file_len, &exclusive, in dom_canonicalization()
/PHP-8.0/ext/gd/
H A Dgd.c1575 size_t file_len; in _php_image_create_from() local
1585 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &heigh… in _php_image_create_from()
1600 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in _php_image_create_from()
1800 size_t file_len = 0; in _php_image_output() local
1808 if (zend_parse_parameters(argc, "O|p!", &imgind, gd_image_ce, &file, &file_len) == FAILURE) { in _php_image_output()
1813 …if (zend_parse_parameters(argc, "O|p!ll", &imgind, gd_image_ce, &file, &file_len, &quality, &type)… in _php_image_output()
1829 if (file_len) { in _php_image_output()
1896 size_t file_len = 0; in PHP_FUNCTION() local
1904 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Op!|l!", &imgind, gd_image_ce, &file, &file_len, &fore… in PHP_FUNCTION()
/PHP-8.0/ext/phar/
H A Dphar_internal.h552 zend_string *phar_find_in_include_path(char *file, size_t file_len, phar_archive_data **pphar);
/PHP-8.0/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 42 milliseconds