Home
last modified time | relevance | path

Searched refs:req_ (Results 1 - 11 of 11) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_downstream.cc121 req_(balloc_), in Downstream()
314 for (auto &kv : req_.fs.headers()) { in assemble_request_cookie()
325 for (auto &kv : req_.fs.headers()) { in assemble_request_cookie()
354 for (auto &kv : req_.fs.headers()) { in find_affinity_cookie()
398 for (auto &kv : req_.fs.headers()) { in count_crumble_request_cookie()
418 for (auto &kv : req_.fs.headers()) { in crumble_request_cookie()
664 req_.recv_body_length += datalen; in push_upload_data_chunk()
668 req_.unconsumed_body_length += datalen; in push_upload_data_chunk()
682 req_.unconsumed_body_length += datalen; in push_upload_data_chunk()
706 if (request_downstream_host_.empty() || req_ in rewrite_location_response_header()
[all...]
H A Dshrpx_downstream.h371 const Request &request() const { return req_; } in request()
372 Request &request() { return req_; } in request()
545 Request req_; member in shrpx::Downstream
/third_party/node/src/
H A Dreq_wrap-inl.h32 req_.data = this; in Dispatched()
38 req_.data = nullptr; in Reset()
43 return ContainerOf(&ReqWrap<T>::req_, req); in from_req()
48 if (req_.data == this) // Only cancel if already dispatched. in Cancel()
49 uv_cancel(reinterpret_cast<uv_req_t*>(&req_)); in Cancel()
H A Dreq_wrap.h42 T* req() { return &req_; } in req()
66 // members in memory are predictable. sizeof(req_) depends on the type of T,
68 // req_. For more information please refer to
70 T req_; member in node::ReqWrap
H A Dheap_utils.cc223 FileOutputStream(const int fd, uv_fs_t* req) : fd_(fd), req_(req) {} in FileOutputStream()
237 req_,
243 uv_fs_req_cleanup(req_); variable
259 uv_fs_t* req_; member in node::heap::__anon15349::FileOutputStream
H A Dnode_file-inl.h13 : done_cb_(done_cb), req_(req), mode_(mode) { in FSContinuationData()
38 req_->result = result; in Done()
39 done_cb_(req_); in Done()
H A Dnode_file.h101 uv_fs_t* req_; member in node::fs::FSContinuationData
262 uv_fs_t* req_ = nullptr; member in node::fs::final
H A Dnode_file.cc716 req_(req), in FSReqAfterScope()
760 if (req_->result < 0) { in Proceed()
761 Reject(req_); in Proceed()
/third_party/libuv/test/
H A Dtest-udp-dgram-too-big.c33 ASSERT_PTR_EQ((req), &req_);
36 static uv_udp_send_t req_; variable
73 r = uv_udp_send(&req_, in TEST_IMPL()
H A Dtest-udp-ipv6.c39 ASSERT_PTR_EQ((req), &req_);
43 static uv_udp_send_t req_; variable
190 r = uv_udp_send(&req_, in do_test()
/third_party/node/test/parallel/
H A Dtest-tcp-wrap-connect.js20 req.oncomplete = function(status, client_, req_, readable, writable) {
23 assert.strictEqual(req_, req);

Completed in 11 milliseconds