Home
last modified time | relevance | path

Searched refs:grpc_end2end_http_proxy (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.h33 typedef struct grpc_end2end_http_proxy grpc_end2end_http_proxy; typedef
35 grpc_end2end_http_proxy* grpc_end2end_http_proxy_create(
38 void grpc_end2end_http_proxy_destroy(grpc_end2end_http_proxy* proxy);
41 grpc_end2end_http_proxy* proxy);
Dhttp_proxy_fixture.cc54 struct grpc_end2end_http_proxy { struct
55 grpc_end2end_http_proxy() in grpc_end2end_http_proxy() function
84 grpc_end2end_http_proxy* proxy; argument
470 grpc_end2end_http_proxy* proxy = static_cast<grpc_end2end_http_proxy*>(arg); in on_accept()
514 grpc_end2end_http_proxy* proxy = static_cast<grpc_end2end_http_proxy*>(arg); in thread_main()
529 grpc_end2end_http_proxy* grpc_end2end_http_proxy_create( in grpc_end2end_http_proxy_create()
532 grpc_end2end_http_proxy* proxy = grpc_core::New<grpc_end2end_http_proxy>(); in grpc_end2end_http_proxy_create()
570 void grpc_end2end_http_proxy_destroy(grpc_end2end_http_proxy* proxy) { in grpc_end2end_http_proxy_destroy()
586 grpc_end2end_http_proxy* proxy) { in grpc_end2end_http_proxy_get_proxy_name()
Dh2_http_proxy.cc42 grpc_end2end_http_proxy* proxy;