Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dhttp_fopen_wrapper.c719 size_t http_header_line_length; in php_stream_url_wrap_http_ex() local
720 …ream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length) && *http… in php_stream_url_wrap_http_ex()
721 char *e = http_header_line + http_header_line_length - 1; in php_stream_url_wrap_http_ex()
724 …ream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length) == NULL)… in php_stream_url_wrap_http_ex()
728 e = http_header_line + http_header_line_length - 1; in php_stream_url_wrap_http_ex()
735 http_header_line_length = e - http_header_line + 1; in php_stream_url_wrap_http_ex()
736 http_header_line[http_header_line_length] = '\0'; in php_stream_url_wrap_http_ex()
784 ZVAL_STRINGL(http_header, http_header_line, http_header_line_length, 1); in php_stream_url_wrap_http_ex()

Completed in 5 milliseconds