Home
last modified time | relevance | path

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

/PHP-7.2/ext/ftp/
H A Dphp_ftp.c836 size_t file_len; in PHP_FUNCTION() local
864 if (!ftp_get(ftp, stream, file, file_len, xtype, resumepos)) { in PHP_FUNCTION()
882 size_t file_len; in PHP_FUNCTION() local
1388 size_t file_len; in PHP_FUNCTION() local
1390 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1399 RETURN_LONG(ftp_size(ftp, file, file_len)); in PHP_FUNCTION()
1410 size_t file_len; in PHP_FUNCTION() local
1412 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1421 RETURN_LONG(ftp_mdtm(ftp, file, file_len)); in PHP_FUNCTION()
1459 size_t file_len; in PHP_FUNCTION() local
[all …]
/PHP-7.2/ext/gd/
H A Dgd_ctx.c86 size_t file_len = 0; in _php_image_output_ctx() local
104 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp!|ll", &imgind, &file, &file_len, &quality, &basefil… in _php_image_output_ctx()
H A Dgd.c2368 size_t file_len; in _php_image_create_from() local
2378 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &heigh… in _php_image_create_from()
2386 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in _php_image_create_from()
2590 size_t file_len = 0; in _php_image_output() local
2598 if (zend_parse_parameters(argc, "r|pll", &imgind, &file, &file_len, &quality, &type) == FAILURE) { in _php_image_output()
2616 if (argc >= 2 && file_len) { in _php_image_output()
/PHP-7.2/ext/fileinfo/
H A Dfileinfo.c293 size_t file_len = 0; in PHP_FUNCTION() local
300 …if (zend_parse_parameters_ex(flags, ZEND_NUM_ARGS(), "|lp", &options, &file, &file_len) == FAILURE… in PHP_FUNCTION()
316 if (file_len == 0) { in PHP_FUNCTION()
/PHP-7.2/ext/dom/
H A Ddocument.c1567 size_t file_len = 0; in PHP_FUNCTION() local
1574 …D_NUM_ARGS(), getThis(), "Op|l", &id, dom_document_class_entry, &file, &file_len, &options) == FAI… in PHP_FUNCTION()
1578 if (file_len == 0) { in PHP_FUNCTION()
2113 size_t file_len; in PHP_FUNCTION() local
2120 …rs(ZEND_NUM_ARGS(), getThis(), "Op", &id, dom_document_class_entry, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
2124 if (file_len == 0) { in PHP_FUNCTION()
H A Dnode.c1689 size_t file_len = 0; in dom_canonicalization() local
1702 "Os|bba!a!", &id, dom_node_class_entry, &file, &file_len, &exclusive, in dom_canonicalization()
/PHP-7.2/ext/phar/
H A Dphar_internal.h551 zend_string *phar_find_in_include_path(char *file, int file_len, phar_archive_data **pphar);
/PHP-7.2/ext/zip/
H A Dphp_zip.c140 static int php_zip_extract_file(struct zip * za, char *dest, char *file, int file_len) in php_zip_extract_file() argument

Completed in 53 milliseconds