Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/
H A Dgd_ctx.c54 int file_len = 0; in _php_image_output_ctx() local
69 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs!|ll", &imgind, &file, &file_len, &quality… in _php_image_output_ctx()
77 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|s!ll", &imgind, &file, &file_len, &quality… in _php_image_output_ctx()
93 if (argc > 1 && file_len) { in _php_image_output_ctx()
94 if (strlen(file) != file_len) { in _php_image_output_ctx()
H A Dgd.c2412 int file_len; in _php_image_create_from() local
2421 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sllll", &file, &file_len, &srcx, &srcy, &wid… in _php_image_create_from()
2429 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &file, &file_len) == FAILURE) { in _php_image_create_from()
2630 int file_len = 0, argc = ZEND_NUM_ARGS(); in _php_image_output() local
2637 …if (zend_parse_parameters(argc TSRMLS_CC, "r|sll", &imgind, &file, &file_len, &quality, &type) == … in _php_image_output()
2653 if (argc >= 2 && file_len) { in _php_image_output()
2654 if (strlen(file) != file_len) { in _php_image_output()
4027 int file_len, f_ind, *font; in PHP_FUNCTION() local
4032 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &file, &file_len) == FAILURE) { in PHP_FUNCTION()
/PHP-5.3/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, ret; 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()
1234 int file_len; in PHP_FUNCTION() local
1236 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1254 int file_len; in PHP_FUNCTION() local
1256 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1299 int file_len; in PHP_FUNCTION() local
1301 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_ftp, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
/PHP-5.3/ext/fileinfo/
H A Dfileinfo.c295 int file_len = 0; local
300 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ls", &options, &file, &file_len) == FAILURE…
315 if (file_len == 0) {
318 if (strlen(file) != file_len) {
/PHP-5.3/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.3/ext/dom/
H A Ddocument.c1747 int file_len = 0, bytes, format, saveempty = 0; in PHP_FUNCTION() local
1753 …() TSRMLS_CC, getThis(), "Os|l", &id, dom_document_class_entry, &file, &file_len, &options) == FAI… in PHP_FUNCTION()
1757 if (file_len == 0) { in PHP_FUNCTION()
2251 int file_len, bytes, format; in PHP_FUNCTION() local
2257 …M_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &file, &file_len) == FAILURE) { in PHP_FUNCTION()
2261 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.3/ext/phar/
H A Dphar_internal.h654 char *phar_find_in_include_path(char *file, int file_len, phar_archive_data **pphar TSRMLS_DC);
/PHP-5.3/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 51 milliseconds