Searched refs:grpc_http_parser_parse (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/grpc-grpc/test/core/http/ |
H A D | parser_test.cc | 57 ASSERT_EQ(grpc_http_parser_parse(&parser, slices[i], nullptr), in test_request_succeeds() 115 ASSERT_EQ(grpc_http_parser_parse(&parser, slices[i], nullptr), in test_succeeds() 170 error = grpc_http_parser_parse(&parser, slices[i], nullptr); in test_fails() 202 error = grpc_http_parser_parse(&parser, slices[i], nullptr); in test_request_fails()
|
H A D | response_fuzzer.cc | 37 (void)grpc_http_parser_parse(&parser, slice, nullptr); in LLVMFuzzerTestOneInput()
|
H A D | request_fuzzer.cc | 37 (void)grpc_http_parser_parse(&parser, slice, nullptr); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/http/ |
H A D | parser.h | 120 grpc_error_handle grpc_http_parser_parse(grpc_http_parser* parser,
|
H A D | httpcli.cc | 258 grpc_http_parser_parse(&parser_, incoming_.slices[i], nullptr); in OnReadInternal()
|
H A D | parser.cc | 433 grpc_error_handle grpc_http_parser_parse(grpc_http_parser* parser, in grpc_http_parser_parse() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/http/ |
D | parser.h | 120 grpc_error_handle grpc_http_parser_parse(grpc_http_parser* parser,
|
D | httpcli.cc | 260 grpc_http_parser_parse(&parser_, incoming_.slices[i], nullptr); in OnReadInternal()
|
D | parser.cc | 433 grpc_error_handle grpc_http_parser_parse(grpc_http_parser* parser, in grpc_http_parser_parse() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | http_connect_handshaker.cc | 209 error = grpc_http_parser_parse(&handshaker->http_parser_, in OnReadDone()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/ |
H A D | http_connect_handshaker.cc | 209 error = grpc_http_parser_parse(&handshaker->http_parser_, in OnReadDone()
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fixtures/ |
H A D | http_proxy_fixture.cc | 522 error = grpc_http_parser_parse( in on_read_request_done_locked()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | chttp2_transport.cc | 2616 grpc_http_parser_parse(&parser, t->read_buffer.slices[i], nullptr); in try_http_parsing()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 2544 grpc_http_parser_parse(&parser, t->read_buffer.slices[i], nullptr); in try_http_parsing()
|