Searched refs:file_len (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/ftp/ |
H A D | php_ftp.c | 574 size_t file_len; in PHP_FUNCTION() local 599 if (!ftp_get(ftp, stream, file, file_len, xtype, resumepos)) { in PHP_FUNCTION() 618 size_t file_len; in PHP_FUNCTION() local 647 if ((ret = ftp_nb_get(ftp, stream, file, file_len, xtype, resumepos)) == PHP_FTP_FAILED) { in PHP_FUNCTION() 1098 size_t file_len; in PHP_FUNCTION() local 1100 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Op", &z_ftp, php_ftp_ce, &file, &file_len) == FAILURE)… in PHP_FUNCTION() 1106 RETURN_LONG(ftp_size(ftp, file, file_len)); in PHP_FUNCTION() 1116 size_t file_len; in PHP_FUNCTION() local 1124 RETURN_LONG(ftp_mdtm(ftp, file, file_len)); in PHP_FUNCTION() 1159 size_t file_len; in PHP_FUNCTION() local [all …]
|
/php-src/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-src/ext/dom/ |
H A D | document.c | 1568 size_t file_len = 0; in PHP_METHOD() local 1575 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &file, &file_len, &options) == FAILURE) { in PHP_METHOD() 1579 if (file_len == 0) { in PHP_METHOD() 2151 size_t file_len; in PHP_METHOD() local 2158 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in PHP_METHOD() 2162 if (file_len == 0) { in PHP_METHOD()
|
H A D | html_document.c | 1381 size_t file_len; in PHP_METHOD() local 1386 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in PHP_METHOD() 1390 if (file_len == 0) { in PHP_METHOD()
|
H A D | node.c | 2106 size_t file_len = 0; in dom_canonicalization() local 2120 "s|bba!a!", &file, &file_len, &exclusive, in dom_canonicalization()
|
/php-src/ext/gd/ |
H A D | gd.c | 1540 size_t file_len; in _php_image_create_from() local 1550 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &heigh… in _php_image_create_from() 1565 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in _php_image_create_from() 1774 size_t file_len = 0; in _php_image_output() local 1780 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|p!", &imgind, gd_image_ce, &file, &file_len) == FAIL… in _php_image_output() 1785 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|p!ll", &imgind, gd_image_ce, &file, &file_len, &qual… in _php_image_output() 1800 if (file_len) { in _php_image_output() 1867 size_t file_len = 0; in PHP_FUNCTION() local 1877 Z_PARAM_PATH_OR_NULL(file, file_len) in PHP_FUNCTION()
|
/php-src/ext/zip/ |
H A D | php_zip.c | 124 static int php_zip_extract_file(struct zip * za, char *dest, const char *file, size_t file_len, zip… in php_zip_extract_file() argument
|
Completed in 78 milliseconds