Home
last modified time | relevance | path

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/
Dparser.cc41 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 …]
Dparser.h99 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);
Dhttpcli.h256 grpc_http_parser parser_ ABSL_GUARDED_BY(mu_);
/aosp_15_r20/external/grpc-grpc/src/core/lib/http/
H A Dparser.cc41 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 Dparser.h99 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 Dhttpcli.h253 grpc_http_parser parser_ ABSL_GUARDED_BY(mu_);
/aosp_15_r20/external/grpc-grpc/test/core/http/
H A Dparser_test.cc42 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 Dresponse_fuzzer.cc31 grpc_http_parser parser; in LLVMFuzzerTestOneInput()
H A Drequest_fuzzer.cc31 grpc_http_parser parser; in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/
Dhttp_connect_handshaker.cc96 grpc_http_parser http_parser_ ABSL_GUARDED_BY(mu_);
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dhttp_connect_handshaker.cc96 grpc_http_parser http_parser_ ABSL_GUARDED_BY(mu_);
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fixtures/
H A Dhttp_proxy_fixture.cc150 grpc_http_parser http_parser;
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dchttp2_transport.cc2606 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/
Dchttp2_transport.cc2534 grpc_http_parser parser; in try_http_parsing()