Home
last modified time | relevance | path

Searched refs:in_nghttp3_callback_scope (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/quic/
Dbindingdata.cc188 CHECK(!binding.in_nghttp3_callback_scope); in NgHttp3CallbackScope()
189 binding.in_nghttp3_callback_scope = true; in NgHttp3CallbackScope()
194 binding.in_nghttp3_callback_scope = false; in ~NgHttp3CallbackScope()
199 return binding.in_nghttp3_callback_scope; in in_nghttp3_callback()
Dbindingdata.h141 bool in_nghttp3_callback_scope = false; variable