Searched refs:http_header_line_length (Results 1 – 1 of 1) sorted by relevance
731 size_t http_header_line_length; in php_stream_url_wrap_http_ex() local736 …if ((http_header_line = php_stream_get_line(stream, NULL, 0, &http_header_line_length)) && *http_h… in php_stream_url_wrap_http_ex()737 char *e = http_header_line + http_header_line_length - 1; in php_stream_url_wrap_http_ex()757 http_header_line_length = e - http_header_line; in php_stream_url_wrap_http_ex()759 http_header_value = memchr(http_header_line, ':', http_header_line_length); in php_stream_url_wrap_http_ex()826 ZVAL_STRINGL(&http_header, http_header_line, http_header_line_length); in php_stream_url_wrap_http_ex()
Completed in 8 milliseconds