Home
last modified time | relevance | path

Searched refs:add_pending (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_downstream_queue.h77 void add_pending(std::unique_ptr<Downstream> downstream);
H A Dshrpx_downstream_queue.cc51 void DownstreamQueue::add_pending(std::unique_ptr<Downstream> downstream) { in add_pending() function in shrpx::DownstreamQueue
H A Dshrpx_http2_upstream.cc140 downstream_queue_.add_pending(std::move(downstream)); in upgrade_upstream()
1625 downstream_queue_.add_pending(std::move(downstream)); in add_pending_downstream()
H A Dshrpx_http3_upstream.cc264 downstream_queue_.add_pending(std::move(downstream)); in add_pending_downstream()
/third_party/python/Lib/tomllib/
H A D_parser.py148 def add_pending(self, key: Key, flag: int) -> None: member in Flags
337 out.flags.add_pending(cont_key, Flags.EXPLICIT_NEST)

Completed in 9 milliseconds