Home
last modified time | relevance | path

Searched refs:enter_callback (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/src/
Dasio_server_http2_handler.h80 void enter_callback();
Dasio_client_session_impl.h91 void enter_callback();
Dasio_server_http2_handler.cc399 void http2_handler::enter_callback() { in enter_callback() function in nghttp2::asio_http2::server::http2_handler
488 handler.enter_callback(); in callback_guard()
Dasio_client_session_impl.cc603 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
/third_party/python/Lib/idlelib/
Dpyshell.py917 text.bind("<<newline-and-indent>>", self.enter_callback)
1254 def enter_callback(self, event): member in PyShell
/third_party/nghttp2/python/
Dnghttp2.pyx549 http2.enter_callback()
718 def enter_callback(self): member in _HTTP2SessionCoreBase