Searched refs:grpc_http_parser (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/http/ |
D | parser.cc | 41 static grpc_error_handle handle_response_line(grpc_http_parser* parser) { in handle_response_line() 93 static grpc_error_handle handle_request_line(grpc_http_parser* parser) { in handle_request_line() 161 static grpc_error_handle handle_first_line(grpc_http_parser* parser) { in handle_first_line() 171 static grpc_error_handle add_header(grpc_http_parser* parser) { in add_header() 240 static grpc_error_handle finish_line(grpc_http_parser* parser, in finish_line() 275 static grpc_error_handle addbyte_body(grpc_http_parser* parser, uint8_t byte) { in addbyte_body() 349 static bool check_line(grpc_http_parser* parser) { in check_line() 373 static grpc_error_handle addbyte(grpc_http_parser* parser, uint8_t byte, in addbyte() 400 void grpc_http_parser_init(grpc_http_parser* parser, grpc_http_type type, in grpc_http_parser_init() 409 void grpc_http_parser_destroy(grpc_http_parser* /*parser*/) {} in grpc_http_parser_destroy() argument [all …]
|
D | parser.h | 99 struct grpc_http_parser { struct 115 void grpc_http_parser_init(grpc_http_parser* parser, grpc_http_type type, argument 117 void grpc_http_parser_destroy(grpc_http_parser* parser); 120 grpc_error_handle grpc_http_parser_parse(grpc_http_parser* parser, 123 grpc_error_handle grpc_http_parser_eof(grpc_http_parser* parser);
|
D | httpcli.h | 256 grpc_http_parser parser_ ABSL_GUARDED_BY(mu_);
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/http/ |
H A D | parser.cc | 41 static grpc_error_handle handle_response_line(grpc_http_parser* parser) { in handle_response_line() 93 static grpc_error_handle handle_request_line(grpc_http_parser* parser) { in handle_request_line() 161 static grpc_error_handle handle_first_line(grpc_http_parser* parser) { in handle_first_line() 171 static grpc_error_handle add_header(grpc_http_parser* parser) { in add_header() 240 static grpc_error_handle finish_line(grpc_http_parser* parser, in finish_line() 275 static grpc_error_handle addbyte_body(grpc_http_parser* parser, uint8_t byte) { in addbyte_body() 349 static bool check_line(grpc_http_parser* parser) { in check_line() 373 static grpc_error_handle addbyte(grpc_http_parser* parser, uint8_t byte, in addbyte() 400 void grpc_http_parser_init(grpc_http_parser* parser, grpc_http_type type, in grpc_http_parser_init() 409 void grpc_http_parser_destroy(grpc_http_parser* /*parser*/) {} in grpc_http_parser_destroy() argument [all …]
|
H A D | parser.h | 99 struct grpc_http_parser { struct 115 void grpc_http_parser_init(grpc_http_parser* parser, grpc_http_type type, argument 117 void grpc_http_parser_destroy(grpc_http_parser* parser); 120 grpc_error_handle grpc_http_parser_parse(grpc_http_parser* parser, 123 grpc_error_handle grpc_http_parser_eof(grpc_http_parser* parser);
|
H A D | httpcli.h | 253 grpc_http_parser parser_ ABSL_GUARDED_BY(mu_);
|
/aosp_15_r20/external/grpc-grpc/test/core/http/ |
H A D | parser_test.cc | 42 grpc_http_parser parser; in test_request_succeeds() 100 grpc_http_parser parser; in test_succeeds() 154 grpc_http_parser parser; in test_fails() 186 grpc_http_parser parser; in test_request_fails()
|
H A D | response_fuzzer.cc | 31 grpc_http_parser parser; in LLVMFuzzerTestOneInput()
|
H A D | request_fuzzer.cc | 31 grpc_http_parser parser; in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | http_connect_handshaker.cc | 96 grpc_http_parser http_parser_ ABSL_GUARDED_BY(mu_);
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/ |
H A D | http_connect_handshaker.cc | 96 grpc_http_parser http_parser_ ABSL_GUARDED_BY(mu_);
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fixtures/ |
H A D | http_proxy_fixture.cc | 150 grpc_http_parser http_parser;
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | chttp2_transport.cc | 2606 grpc_http_parser parser; 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 | 2534 grpc_http_parser parser; in try_http_parsing()
|