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