http_header_line_length  739 ext/standard/http_fopen_wrapper.c 		size_t http_header_line_length;
http_header_line_length  740 ext/standard/http_fopen_wrapper.c 		if (php_stream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length) && *http_header_line != '\n' && *http_header_line != '\r') {
http_header_line_length  741 ext/standard/http_fopen_wrapper.c 			char *e = http_header_line + http_header_line_length - 1;
http_header_line_length  744 ext/standard/http_fopen_wrapper.c 					if (php_stream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length) == NULL) {
http_header_line_length  748 ext/standard/http_fopen_wrapper.c 					e = http_header_line + http_header_line_length - 1;
http_header_line_length  755 ext/standard/http_fopen_wrapper.c 			http_header_line_length = e - http_header_line + 1;
http_header_line_length  756 ext/standard/http_fopen_wrapper.c 			http_header_line[http_header_line_length] = '\0';
http_header_line_length  798 ext/standard/http_fopen_wrapper.c 				ZVAL_STRINGL(&http_header, http_header_line, http_header_line_length);