Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/server/health/
Ddefault_health_check_service.cc242 grpc_health_v1_HealthCheckResponse* response_struct = in EncodeResponse() local
245 response_struct, in EncodeResponse()
252 response_struct, arena.ptr(), &buf_length); in EncodeResponse()
/third_party/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.cc230 grpc_health_v1_HealthCheckResponse* response_struct = in DecodeResponse() local
234 if (response_struct == nullptr) { in DecodeResponse()
240 int32_t status = grpc_health_v1_HealthCheckResponse_status(response_struct); in DecodeResponse()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.c1523 const GstStructure *response_struct; in gst_curl_http_src_negotiate_caps() local
1533 response_struct = gst_value_get_structure (response_headers); in gst_curl_http_src_negotiate_caps()
1534 if (gst_structure_has_field_typed (response_struct, "content-type", in gst_curl_http_src_negotiate_caps()
1537 gst_structure_get_string (response_struct, "content-type"); in gst_curl_http_src_negotiate_caps()