HomeSort by relevance Sort by last modified time
    Searched refs:grpc_httpcli_response (Results 1 - 6 of 6) sorted by null

  /external/grpc-grpc/src/core/lib/http/
httpcli.h 69 typedef struct grpc_http_response grpc_httpcli_response; typedef in typeref:struct:grpc_http_response
88 grpc_httpcli_response* response);
110 grpc_httpcli_response* response);
116 grpc_httpcli_response* response);
122 grpc_httpcli_response* response);
httpcli.cc 231 grpc_httpcli_response* response,
268 grpc_closure* on_done, grpc_httpcli_response* response) {
286 grpc_httpcli_response* response) {
  /external/grpc-grpc/test/core/security/
jwt_verifier_test.cc 311 static grpc_httpcli_response http_response(int status, char* body) {
312 grpc_httpcli_response response;
313 memset(&response, 0, sizeof(grpc_httpcli_response));
323 grpc_httpcli_response* response) {
330 grpc_closure* on_done, grpc_httpcli_response* response) {
376 grpc_closure* on_done, grpc_httpcli_response* response) {
409 grpc_httpcli_response* response) {
421 grpc_httpcli_response* response) {
464 grpc_httpcli_response* response) {
572 grpc_httpcli_response* response)
    [all...]
credentials_test.cc 147 static grpc_httpcli_response http_response(int status, const char* body) {
148 grpc_httpcli_response response;
149 memset(&response, 0, sizeof(grpc_httpcli_response));
205 grpc_httpcli_response response =
222 grpc_httpcli_response response =
234 grpc_httpcli_response response = http_response(200, "");
245 grpc_httpcli_response response =
260 grpc_httpcli_response response = http_response(200,
274 grpc_httpcli_response response =
290 grpc_httpcli_response response
    [all...]
  /external/grpc-grpc/test/core/util/
port_server_client.cc 63 grpc_httpcli_response rsp;
126 grpc_httpcli_response response;
134 grpc_httpcli_response* response = &pr->response;
  /external/grpc-grpc/src/core/lib/security/credentials/jwt/
jwt_verifier.cc 403 static grpc_json* json_from_http(const grpc_httpcli_response* response) {

Completed in 734 milliseconds