Home
last modified time | relevance | path

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

/PHP-7.3/ext/ftp/
H A Dphp_ftp.c834 size_t file_len; in PHP_FUNCTION() local
862 if (!ftp_get(ftp, stream, file, file_len, xtype, resumepos)) { in PHP_FUNCTION()
880 size_t file_len; in PHP_FUNCTION() local
1386 size_t file_len; in PHP_FUNCTION() local
1388 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1397 RETURN_LONG(ftp_size(ftp, file, file_len)); in PHP_FUNCTION()
1408 size_t file_len; in PHP_FUNCTION() local
1410 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1419 RETURN_LONG(ftp_mdtm(ftp, file, file_len)); in PHP_FUNCTION()
1457 size_t file_len; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/gd/
H A Dgd_ctx.c84 size_t file_len = 0; in _php_image_output_ctx() local
102 …if (zend_parse_parameters(argc, "rp!|ll", &imgind, &file, &file_len, &quality, &basefilter) == FAI… in _php_image_output_ctx()
H A Dgd.c2371 size_t file_len; in _php_image_create_from() local
2381 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &heigh… in _php_image_create_from()
2389 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in _php_image_create_from()
2593 size_t file_len = 0; in _php_image_output() local
2601 if (zend_parse_parameters(argc, "r|pll", &imgind, &file, &file_len, &quality, &type) == FAILURE) { in _php_image_output()
2619 if (argc >= 2 && file_len) { in _php_image_output()
/PHP-7.3/ext/fileinfo/
H A Dfileinfo.c291 size_t file_len = 0; in PHP_FUNCTION() local
298 …if (zend_parse_parameters_ex(flags, ZEND_NUM_ARGS(), "|lp", &options, &file, &file_len) == FAILURE… in PHP_FUNCTION()
314 if (file_len == 0) { in PHP_FUNCTION()
/PHP-7.3/ext/dom/
H A Ddocument.c1565 size_t file_len = 0; in PHP_FUNCTION() local
1572 …D_NUM_ARGS(), getThis(), "Op|l", &id, dom_document_class_entry, &file, &file_len, &options) == FAI… in PHP_FUNCTION()
1576 if (file_len == 0) { in PHP_FUNCTION()
2110 size_t file_len; in PHP_FUNCTION() local
2117 …rs(ZEND_NUM_ARGS(), getThis(), "Op", &id, dom_document_class_entry, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
2121 if (file_len == 0) { in PHP_FUNCTION()
H A Dnode.c1683 size_t file_len = 0; in dom_canonicalization() local
1696 "Os|bba!a!", &id, dom_node_class_entry, &file, &file_len, &exclusive, in dom_canonicalization()
/PHP-7.3/ext/phar/
H A Dphar_internal.h549 zend_string *phar_find_in_include_path(char *file, size_t file_len, phar_archive_data **pphar);
/PHP-7.3/ext/zip/
H A Dphp_zip.c140 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 53 milliseconds