Searched refs:grpc_http_parser_parse (Results 1 – 14 of 14) sorted by relevance
/external/grpc-grpc/test/core/http/ |
D | parser_test.cc | 54 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()
|
D | request_fuzzer.cc | 38 GRPC_ERROR_UNREF(grpc_http_parser_parse(&parser, slice, nullptr)); in LLVMFuzzerTestOneInput()
|
D | response_fuzzer.cc | 37 GRPC_ERROR_UNREF(grpc_http_parser_parse(&parser, slice, nullptr)); in LLVMFuzzerTestOneInput()
|
/external/grpc-grpc/src/core/lib/http/ |
D | parser.h | 104 grpc_error* grpc_http_parser_parse(grpc_http_parser* parser, grpc_slice slice,
|
D | httpcli.cc | 134 grpc_error* err = grpc_http_parser_parse( in on_read()
|
D | parser.cc | 354 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/ |
D | parser.h | 103 grpc_error_handle grpc_http_parser_parse(grpc_http_parser* parser,
|
D | parser.cc | 374 grpc_error_handle grpc_http_parser_parse(grpc_http_parser* parser, in grpc_http_parser_parse() function
|
D | httpcli.cc | 137 grpc_error_handle err = grpc_http_parser_parse( in on_read()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | http_connect_handshaker.cc | 158 error = grpc_http_parser_parse(&handshaker->http_parser, in on_read_done()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | http_connect_handshaker.cc | 197 error = grpc_http_parser_parse(&handshaker->http_parser_, in OnReadDone()
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | http_proxy_fixture.cc | 394 error = grpc_http_parser_parse( in on_read_request_done()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 2483 grpc_http_parser_parse(&parser, t->read_buffer.slices[i], nullptr); in try_http_parsing()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 2457 grpc_http_parser_parse(&parser, t->read_buffer.slices[i], nullptr); in try_http_parsing()
|