Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/http/
Dparser_test.cc54 GPR_ASSERT(grpc_http_parser_parse(&parser, slices[i], nullptr) == in test_request_succeeds()
112 GPR_ASSERT(grpc_http_parser_parse(&parser, slices[i], nullptr) == in test_succeeds()
167 error = grpc_http_parser_parse(&parser, slices[i], nullptr); in test_fails()
200 error = grpc_http_parser_parse(&parser, slices[i], nullptr); in test_request_fails()
Drequest_fuzzer.cc38 GRPC_ERROR_UNREF(grpc_http_parser_parse(&parser, slice, nullptr)); in LLVMFuzzerTestOneInput()
Dresponse_fuzzer.cc37 GRPC_ERROR_UNREF(grpc_http_parser_parse(&parser, slice, nullptr)); in LLVMFuzzerTestOneInput()
/external/grpc-grpc/src/core/lib/http/
Dparser.h104 grpc_error* grpc_http_parser_parse(grpc_http_parser* parser, grpc_slice slice,
Dhttpcli.cc134 grpc_error* err = grpc_http_parser_parse( in on_read()
Dparser.cc354 grpc_error* grpc_http_parser_parse(grpc_http_parser* parser, grpc_slice slice, in grpc_http_parser_parse() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/http/
Dparser.h103 grpc_error_handle grpc_http_parser_parse(grpc_http_parser* parser,
Dparser.cc374 grpc_error_handle grpc_http_parser_parse(grpc_http_parser* parser, in grpc_http_parser_parse() function
Dhttpcli.cc137 grpc_error_handle err = grpc_http_parser_parse( in on_read()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dhttp_connect_handshaker.cc158 error = grpc_http_parser_parse(&handshaker->http_parser, in on_read_done()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dhttp_connect_handshaker.cc197 error = grpc_http_parser_parse(&handshaker->http_parser_, in OnReadDone()
/external/grpc-grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.cc394 error = grpc_http_parser_parse( in on_read_request_done()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc2483 grpc_http_parser_parse(&parser, t->read_buffer.slices[i], nullptr); in try_http_parsing()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc2457 grpc_http_parser_parse(&parser, t->read_buffer.slices[i], nullptr); in try_http_parsing()