Home
last modified time | relevance | path

Searched refs:nxt_callback_scope (Results 1 – 2 of 2) sorted by last modified time

/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()
414 nxt_callback_scope async_scope(async_context); in close_handler()
460 nxt_callback_scope async_scope(async_context); in shm_ack_handler()
558 nxt_callback_scope async_scope(async_context); in quit()
H A Dnxt_napi.h809 struct nxt_callback_scope : public nxt_napi { struct
810 nxt_callback_scope(nxt_async_context& ctx) : in nxt_callback_scope() function
824 ~nxt_callback_scope() in ~nxt_callback_scope() argument