Home
last modified time | relevance | path

Searched refs:async_context (Results 1 – 1 of 1) sorted by path

/unit/src/nodejs/unit-http/
H A Dunit.cpp333 nxt_callback_scope async_scope(async_context); in request_handler()
375 nxt_callback_scope async_scope(async_context); in websocket_handler()
377 make_callback(async_context, conn, process_frame, frame); in websocket_handler()
413 nxt_async_context async_context(env(), "close_handler"); in close_handler() local
414 nxt_callback_scope async_scope(async_context); in close_handler()
416 make_callback(async_context, conn, conn_handle_close, in close_handler()
460 nxt_callback_scope async_scope(async_context); in shm_ack_handler()
462 make_callback(async_context, server_obj, emit_drain); in shm_ack_handler()
557 nxt_async_context async_context(env(), "unit_quit"); in quit() local
558 nxt_callback_scope async_scope(async_context); in quit()
[all …]