Searched refs:req_ (Results 1 - 11 of 11) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_downstream.cc | 121 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 D | shrpx_downstream.h | 371 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 D | req_wrap-inl.h | 32 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 D | req_wrap.h | 42 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 D | heap_utils.cc | 223 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 D | node_file-inl.h | 13 : done_cb_(done_cb), req_(req), mode_(mode) { in FSContinuationData() 38 req_->result = result; in Done() 39 done_cb_(req_); in Done()
|
H A D | node_file.h | 101 uv_fs_t* req_; member in node::fs::FSContinuationData 262 uv_fs_t* req_ = nullptr; member in node::fs::final
|
H A D | node_file.cc | 716 req_(req), in FSReqAfterScope() 760 if (req_->result < 0) { in Proceed() 761 Reject(req_); in Proceed()
|
/third_party/libuv/test/ |
H A D | test-udp-dgram-too-big.c | 33 ASSERT_PTR_EQ((req), &req_); 36 static uv_udp_send_t req_; variable 73 r = uv_udp_send(&req_, in TEST_IMPL()
|
H A D | test-udp-ipv6.c | 39 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 D | test-tcp-wrap-connect.js | 20 req.oncomplete = function(status, client_, req_, readable, writable) { 23 assert.strictEqual(req_, req);
|
Completed in 20 milliseconds