Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/
H A Dgd_ctx.c81 int file_len = 0; in _php_image_output_ctx() local
96 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rp!|ll", &imgind, &file, &file_len, &quality… in _php_image_output_ctx()
H A Dgd.c2349 int file_len; in _php_image_create_from() local
2357 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pllll", &file, &file_len, &srcx, &srcy, &wid… in _php_image_create_from()
2365 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p", &file, &file_len) == FAILURE) { in _php_image_create_from()
2556 int file_len = 0, argc = ZEND_NUM_ARGS(); in _php_image_output() local
2563 …if (zend_parse_parameters(argc TSRMLS_CC, "r|pll", &imgind, &file, &file_len, &quality, &type) == … in _php_image_output()
2579 if (argc >= 2 && file_len) { in _php_image_output()
3923 int file_len, f_ind, *font; in PHP_FUNCTION() local
3928 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p", &file, &file_len) == FAILURE) { in PHP_FUNCTION()
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c743 int file_len; in PHP_FUNCTION() local
746 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rrsl|l", &z_ftp, &z_file, &file, &file_len, … in PHP_FUNCTION()
787 int file_len; in PHP_FUNCTION() local
790 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rrsl|l", &z_ftp, &z_file, &file, &file_len, … in PHP_FUNCTION()
1238 int file_len; in PHP_FUNCTION() local
1240 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rp", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1258 int file_len; in PHP_FUNCTION() local
1260 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rp", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1303 int file_len; in PHP_FUNCTION() local
1305 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c294 int file_len = 0; local
299 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|lp", &options, &file, &file_len) == FAILURE…
314 if (file_len == 0) {
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1160 int file_len; in PHP_FUNCTION() local
1163 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1185 int file_len; in PHP_FUNCTION() local
1188 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1211 int file_len, method_len; in PHP_FUNCTION() local
1214 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &method, &method_len, &file, &file_len)… in PHP_FUNCTION()
/PHP-5.5/ext/dom/
H A Ddocument.c1758 int file_len = 0, bytes, format, saveempty = 0; in PHP_FUNCTION() local
1764 …() TSRMLS_CC, getThis(), "Op|l", &id, dom_document_class_entry, &file, &file_len, &options) == FAI… in PHP_FUNCTION()
1768 if (file_len == 0) { in PHP_FUNCTION()
2287 int file_len, bytes, format; in PHP_FUNCTION() local
2293 …M_ARGS() TSRMLS_CC, getThis(), "Op", &id, dom_document_class_entry, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
2297 if (file_len == 0) { in PHP_FUNCTION()
H A Dnode.c1759 int ret = -1, file_len = 0; in dom_canonicalization() local
1772 "Os|bba!a!", &id, dom_node_class_entry, &file, &file_len, &exclusive, in dom_canonicalization()
/PHP-5.5/ext/phar/
H A Dphar_internal.h603 char *phar_find_in_include_path(char *file, int file_len, phar_archive_data **pphar TSRMLS_DC);
/PHP-5.5/ext/zip/
H A Dphp_zip.c138 static int php_zip_extract_file(struct zip * za, char *dest, char *file, int file_len TSRMLS_DC) in php_zip_extract_file()

Completed in 56 milliseconds