Searched refs:file_len (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/ftp/ |
H A D | php_ftp.c | 585 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 D | fileinfo.c | 163 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 D | document.c | 1421 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 D | node.c | 1583 size_t file_len = 0; in dom_canonicalization() local 1597 "s|bba!a!", &file, &file_len, &exclusive, in dom_canonicalization()
|
/PHP-8.2/ext/gd/ |
H A D | gd.c | 1497 size_t file_len; in _php_image_create_from() local 1507 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &heigh… in _php_image_create_from() 1522 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in _php_image_create_from() 1731 size_t file_len = 0; in _php_image_output() local 1739 if (zend_parse_parameters(argc, "O|p!", &imgind, gd_image_ce, &file, &file_len) == FAILURE) { in _php_image_output() 1744 …if (zend_parse_parameters(argc, "O|p!ll", &imgind, gd_image_ce, &file, &file_len, &quality, &type)… in _php_image_output() 1760 if (file_len) { in _php_image_output() 1827 size_t file_len = 0; in PHP_FUNCTION() local 1835 …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 D | phar_internal.h | 550 zend_string *phar_find_in_include_path(char *file, size_t file_len, phar_archive_data **pphar);
|
/PHP-8.2/ext/zip/ |
H A D | php_zip.c | 125 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 40 milliseconds