Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/
H A Dgd_ctx.c86 size_t file_len = 0; in _php_image_output_ctx() local
102 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp!|ll", &imgind, &file, &file_len, &quality, &basefil… in _php_image_output_ctx()
H A Dgd.c2322 size_t file_len; in _php_image_create_from() local
2332 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &heigh… in _php_image_create_from()
2340 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &file, &file_len) == FAILURE) { in _php_image_create_from()
2534 size_t file_len = 0; in _php_image_output() local
2542 if (zend_parse_parameters(argc, "r|pll", &imgind, &file, &file_len, &quality, &type) == FAILURE) { in _php_image_output()
2560 if (argc >= 2 && file_len) { in _php_image_output()
/PHP-7.0/ext/ftp/
H A Dphp_ftp.c789 size_t file_len; in PHP_FUNCTION() local
792 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rrsl|l", &z_ftp, &z_file, &file, &file_len, &mode, &re… in PHP_FUNCTION()
835 size_t file_len; in PHP_FUNCTION() local
838 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rrsl|l", &z_ftp, &z_file, &file, &file_len, &mode, &re… in PHP_FUNCTION()
1306 size_t file_len; in PHP_FUNCTION() local
1308 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1328 size_t file_len; in PHP_FUNCTION() local
1330 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1377 size_t file_len; in PHP_FUNCTION() local
1379 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
/PHP-7.0/ext/fileinfo/
H A Dfileinfo.c288 size_t file_len = 0; in PHP_FUNCTION() local
295 …if (zend_parse_parameters_ex(flags, ZEND_NUM_ARGS(), "|lp", &options, &file, &file_len) == FAILURE… in PHP_FUNCTION()
311 if (file_len == 0) { in PHP_FUNCTION()
/PHP-7.0/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.0/ext/phar/
H A Dphar_internal.h566 zend_string *phar_find_in_include_path(char *file, int file_len, phar_archive_data **pphar);
/PHP-7.0/ext/zip/
H A Dphp_zip.c135 static int php_zip_extract_file(struct zip * za, char *dest, char *file, int file_len) in php_zip_extract_file() argument

Completed in 55 milliseconds