Searched refs:http_parser (Results 1 – 2 of 2) sorted by relevance
61 grpc_http_parser http_parser; member77 grpc_http_parser_destroy(&handshaker->http_parser); in http_connect_handshaker_unref()158 error = grpc_http_parser_parse(&handshaker->http_parser, in on_read_done()165 if (handshaker->http_parser.state == GRPC_HTTP_BODY) { in on_read_done()197 if (handshaker->http_parser.state != GRPC_HTTP_BODY) { in on_read_done()343 grpc_http_parser_init(&handshaker->http_parser, GRPC_HTTP_RESPONSE, in grpc_http_connect_handshaker_create()
119 grpc_http_parser http_parser; member143 grpc_http_parser_destroy(&conn->http_parser); in proxy_connection_unref()395 &conn->http_parser, conn->client_read_buffer.slices[i], nullptr); in on_read_request_done()406 if (conn->http_parser.state != GRPC_HTTP_BODY) { in on_read_request_done()503 grpc_http_parser_init(&conn->http_parser, GRPC_HTTP_REQUEST, in on_accept()