Searched refs:enter_callback (Results 1 – 6 of 6) sorted by relevance
80 void enter_callback();
91 void enter_callback();
399 void http2_handler::enter_callback() { in enter_callback() function in nghttp2::asio_http2::server::http2_handler488 handler.enter_callback(); in callback_guard()
603 callback_guard(session_impl &sess) : sess(sess) { sess.enter_callback(); } in callback_guard()610 void session_impl::enter_callback() { in enter_callback() function in nghttp2::asio_http2::client::session_impl
917 text.bind("<<newline-and-indent>>", self.enter_callback)1254 def enter_callback(self, event): member in PyShell
549 http2.enter_callback()718 def enter_callback(self): member in _HTTP2SessionCoreBase