Home
last modified time | relevance | path

Searched refs:line_len (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/ext/standard/
H A Dfilters.c338 unsigned int line_len; member
372 inst->line_ccnt = line_len; in php_conv_base64_encode_ctor()
373 inst->line_len = line_len; in php_conv_base64_encode_ctor()
550 line_ccnt = inst->line_len; in php_conv_base64_encode_convert()
750 unsigned int line_len; member
980 inst->line_ccnt = line_len; in php_conv_qprint_encode_ctor()
981 inst->line_len = line_len; in php_conv_qprint_encode_ctor()
1375 unsigned int line_len = 0; in php_conv_open() local
1382 if (line_len < 4) { in php_conv_open()
1418 unsigned int line_len = 0; in php_conv_open() local
[all …]
H A Dhead.c45 &ctr.line_len, &rep, &ctr.response_code) == FAILURE) in PHP_FUNCTION()
59 &ctr.line_len) == FAILURE) in PHP_FUNCTION()
167 ctr.line_len = strlen(cookie); in php_setcookie()
H A Dfile.c1008 size_t line_len = 0; in PHP_FUNCTION() local
1019 buf = php_stream_get_line(stream, NULL, 0, &line_len); in PHP_FUNCTION()
1030 if (php_stream_get_line(stream, buf, len, &line_len) == NULL) { in PHP_FUNCTION()
1035 ZVAL_STRINGL(return_value, buf, line_len, 0); in PHP_FUNCTION()
1039 Z_STRVAL_P(return_value) = erealloc(buf, line_len + 1); in PHP_FUNCTION()
/PHP-5.5/ext/interbase/
H A Dibase_service.c277 long heap_buf_size = 200, line_len; in _php_ibase_service_query() local
304 if (! (line_len = isc_vax_integer(result, 2))) { in _php_ibase_service_query()
312 if (!heap_buf || (heap_p - heap_buf + line_len +2) > heap_buf_size) { in _php_ibase_service_query()
315 while (heap_buf_size < (res_size + line_len +2)) { in _php_ibase_service_query()
322 *(result+line_len) = 0; in _php_ibase_service_query()
324 heap_p += line_len +1; in _php_ibase_service_query()
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_encode.phpt20 for ($line_len= 0; $line_len < 80; ++$line_len) {
21 print "-------- line length=$line_len\n";
22 $preference["line-length"] = $line_len;
28 var_dump(($max <= $line_len));
/PHP-5.5/main/
H A DSAPI.h168 uint line_len; member
H A DSAPI.c635 ctr.line_len = header_line_len; in sapi_add_header_ex()
698 if (!p->line || !p->line_len) { in sapi_header_op()
702 header_line_len = p->line_len; in sapi_header_op()
H A Dmain.c1162 ctr.line_len = sizeof("HTTP/1.0 500 Internal Server Error") - 1; in php_error_cb()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c699 size_t line_len = 0; in PHP_METHOD() local
702 while ((buf = php_stream_get_line(stream, NULL, 0, &line_len)) != NULL) { in PHP_METHOD()
703 if (PQputCopyData(H->server, buf, line_len) != 1) { in PHP_METHOD()
/PHP-5.5/sapi/tux/
H A Dphp_tux.c198 ctr.line_len = slprintf(buf, sizeof(buf), "Server: %s", TUXAPI_version); in sapi_tux_register_variables()
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c382 ctr.line_len = strlen(ctr.line); in PHP5_wrapper()
/PHP-5.5/ext/spl/
H A Dspl_directory.c2057 size_t line_len = 0; in spl_filesystem_file_read() local
2071 …if (php_stream_get_line(intern->u.file.stream, buf, intern->u.file.max_line_len + 1, &line_len) ==… in spl_filesystem_file_read()
2075 buf[line_len] = '\0'; in spl_filesystem_file_read()
2078 buf = php_stream_get_line(intern->u.file.stream, NULL, 0, &line_len); in spl_filesystem_file_read()
2086 line_len = strcspn(buf, "\r\n"); in spl_filesystem_file_read()
2087 buf[line_len] = '\0'; in spl_filesystem_file_read()
2091 intern->u.file.current_line_len = line_len; in spl_filesystem_file_read()
/PHP-5.5/ext/phar/
H A Dphar_object.c200 ctr.line_len = spprintf(&(ctr.line), 0, "Content-type: %s", mime_type); in phar_file_action()
203 ctr.line_len = spprintf(&(ctr.line), 0, "Content-length: %u", info->uncompressed_filesize); in phar_file_action()
338 ctr.line_len = sizeof("HTTP/1.0 403 Access Denied")-1; in phar_do_403()
363 ctr.line_len = sizeof("HTTP/1.0 404 Not Found")-1; in phar_do_404()
791 ctr.line_len = sizeof("HTTP/1.1 301 Moved Permanently")-1; in PHP_METHOD()
804 ctr.line_len = spprintf(&(ctr.line), 4096, "Location: %s%s", path_info, entry + 1); in PHP_METHOD()
806 ctr.line_len = spprintf(&(ctr.line), 4096, "Location: %s%s", path_info, entry); in PHP_METHOD()
/PHP-5.5/ext/iconv/
H A Diconv.c2164 long line_len = 76; in PHP_FUNCTION() local
2225 line_len = Z_LVAL_P(pval); in PHP_FUNCTION()
2248 field_value, field_value_len, line_len, lfchars, scheme_id, in PHP_FUNCTION()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1970 ctr.line_len = strlen(CGIG(error_header));

Completed in 73 milliseconds