Searched refs:api_ (Results 1 – 8 of 8) sorted by relevance
73 : worker_(worker), api_(nullptr), fd_(-1), shutdown_read_(false) {} in APIDownstreamConnection()200 api_ = lookup_api(path); in push_request_headers()202 if (!api_) { in push_request_headers()210 if (!(api_->allowed_methods & (1 << API_METHOD_GET))) { in push_request_headers()216 if (!(api_->allowed_methods & (1 << API_METHOD_POST))) { in push_request_headers()222 if (!(api_->allowed_methods & (1 << API_METHOD_PUT))) { in push_request_headers()275 if (api_->allowed_methods & (1 << i)) { in error_method_not_allowed()288 if (api_->allowed_methods & (1 << i)) { in error_method_not_allowed()305 if (shutdown_read_ || !api_->require_body) { in push_upload_data_chunk()341 return api_->handler(*this); in end_upload_data()
105 const APIEndpoint *api_; variable
267 XdsApi api_; variable
806 request_payload_slice = xds_client()->api_.CreateAdsRequest( in SendMessageLocked()1216 grpc_error* parse_error = xds_client()->api_.ParseAdsResponse( in OnResponseReceivedLocked()1409 xds_client()->api_.CreateLrsRequest(std::move(snapshot)); in SendReportLocked()1480 xds_client()->api_.CreateLrsInitialRequest(xds_client()->server_name_); in LrsCallState()1643 grpc_error* parse_error = xds_client()->api_.ParseLrsResponse( in OnResponseReceivedLocked()1782 api_(this, &grpc_xds_client_trace, in XdsClient()
300 XdsApi api_; variable
803 request_payload_slice = xds_client()->api_.CreateAdsRequest( in SendMessageLocked()1163 XdsApi::AdsParseResult result = xds_client()->api_.ParseAdsResponse( in OnResponseReceivedLocked()1358 xds_client()->api_.CreateLrsRequest(std::move(snapshot)); in SendReportLocked()1438 xds_client()->api_.CreateLrsInitialRequest(chand()->server_); in LrsCallState()1605 grpc_error* parse_error = xds_client()->api_.ParseLrsResponse( in OnResponseReceivedLocked()1743 api_(this, &grpc_xds_client_trace, in XdsClient()
183 libuv v0.11.11 onwards also added a ``uv_key_t`` struct and api_ for
2589 * sockets.h/.c, api_*.h/.c: fixed arguments of socket functions to match the standard;