Home
last modified time | relevance | path

Searched refs:api_ (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_api_downstream_connection.cc73 : 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()
Dshrpx_api_downstream_connection.h105 const APIEndpoint *api_; variable
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.h267 XdsApi api_; variable
Dxds_client.cc806 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()
/third_party/grpc/src/core/ext/xds/
Dxds_client.h300 XdsApi api_; variable
Dxds_client.cc803 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()
/third_party/libuv/docs/src/guide/
Dthreads.rst183 libuv v0.11.11 onwards also added a ``uv_key_t`` struct and api_ for
/third_party/lwip/
DCHANGELOG2589 * sockets.h/.c, api_*.h/.c: fixed arguments of socket functions to match the standard;