Searched refs:in_nghttp3_callback_scope (Results 1 – 2 of 2) sorted by relevance
188 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()
141 bool in_nghttp3_callback_scope = false; variable