Searched refs:file_len (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/ftp/ |
H A D | php_ftp.c | 585 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 D | fileinfo.c | 212 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 D | document.c | 1380 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 D | node.c | 1560 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 D | gd.c | 1575 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 D | phar_internal.h | 552 zend_string *phar_find_in_include_path(char *file, size_t file_len, phar_archive_data **pphar);
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.c | 124 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 59 milliseconds