Home
last modified time | relevance | path

Searched refs:api_ (Results 1 – 4 of 4) 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/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;