Home
last modified time | relevance | path

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

/php-src/ext/ftp/
H A Dphp_ftp.c574 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 Dfileinfo.c163 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 Ddocument.c1542 size_t file_len = 0; in PHP_METHOD() local
1549 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &file, &file_len, &options) == FAILURE) { in PHP_METHOD()
1553 if (file_len == 0) { in PHP_METHOD()
2063 size_t file_len; in PHP_METHOD() local
2070 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in PHP_METHOD()
2074 if (file_len == 0) { in PHP_METHOD()
H A Dhtml_document.c1271 size_t file_len; in PHP_METHOD() local
1276 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in PHP_METHOD()
1280 if (file_len == 0) { in PHP_METHOD()
H A Dnode.c2092 size_t file_len = 0; in dom_canonicalization() local
2106 "s|bba!a!", &file, &file_len, &exclusive, in dom_canonicalization()
/php-src/ext/gd/
H A Dgd.c1491 size_t file_len; in _php_image_create_from() local
1501 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &heigh… in _php_image_create_from()
1516 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in _php_image_create_from()
1725 size_t file_len = 0; in _php_image_output() local
1731 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|p!", &imgind, gd_image_ce, &file, &file_len) == FAIL… in _php_image_output()
1736 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|p!ll", &imgind, gd_image_ce, &file, &file_len, &qual… in _php_image_output()
1751 if (file_len) { in _php_image_output()
1818 size_t file_len = 0; in PHP_FUNCTION() local
1826 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Op!|l!", &imgind, gd_image_ce, &file, &file_len, &fore… in PHP_FUNCTION()
/php-src/ext/zip/
H A Dphp_zip.c125 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 75 milliseconds