Home
last modified time | relevance | path

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 Dparser_test.cc57 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 Dresponse_fuzzer.cc37 (void)grpc_http_parser_parse(&parser, slice, nullptr); in LLVMFuzzerTestOneInput()
H A Drequest_fuzzer.cc37 (void)grpc_http_parser_parse(&parser, slice, nullptr); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/grpc-grpc/src/core/lib/http/
H A Dparser.h120 grpc_error_handle grpc_http_parser_parse(grpc_http_parser* parser,
H A Dhttpcli.cc258 grpc_http_parser_parse(&parser_, incoming_.slices[i], nullptr); in OnReadInternal()
H A Dparser.cc433 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/
Dparser.h120 grpc_error_handle grpc_http_parser_parse(grpc_http_parser* parser,
Dhttpcli.cc260 grpc_http_parser_parse(&parser_, incoming_.slices[i], nullptr); in OnReadInternal()
Dparser.cc433 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/
Dhttp_connect_handshaker.cc209 error = grpc_http_parser_parse(&handshaker->http_parser_, in OnReadDone()
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dhttp_connect_handshaker.cc209 error = grpc_http_parser_parse(&handshaker->http_parser_, in OnReadDone()
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fixtures/
H A Dhttp_proxy_fixture.cc522 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 Dchttp2_transport.cc2616 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/
Dchttp2_transport.cc2544 grpc_http_parser_parse(&parser, t->read_buffer.slices[i], nullptr); in try_http_parsing()