Home
last modified time | relevance | path

Searched defs:ctx_data (Results 1 – 6 of 6) sorted by relevance

/unit/src/python/
H A Dnxt_python_asgi_lifespan.c20 nxt_py_asgi_ctx_data_t *ctx_data; member
98 nxt_py_asgi_lifespan_startup(nxt_py_asgi_ctx_data_t *ctx_data) in nxt_py_asgi_lifespan_startup()
134 nxt_py_asgi_lifespan_target_startup(nxt_py_asgi_ctx_data_t *ctx_data, in nxt_py_asgi_lifespan_target_startup()
326 nxt_py_asgi_ctx_data_t *ctx_data; in nxt_py_asgi_lifespan_shutdown() local
349 nxt_py_asgi_ctx_data_t *ctx_data; in nxt_py_asgi_lifespan_target_shutdown() local
407 nxt_py_asgi_ctx_data_t *ctx_data; in nxt_py_asgi_lifespan_receive() local
H A Dnxt_python_asgi.c245 nxt_py_asgi_ctx_data_t *ctx_data; in nxt_python_asgi_ctx_data_alloc() local
365 nxt_py_asgi_ctx_data_t *ctx_data; in nxt_python_asgi_ctx_data_free() local
393 nxt_py_asgi_ctx_data_t *ctx_data; in nxt_python_asgi_run() local
418 nxt_py_asgi_ctx_data_t *ctx_data; in nxt_py_asgi_remove_reader() local
456 nxt_py_asgi_ctx_data_t *ctx_data; in nxt_py_asgi_request_handler() local
1030 nxt_py_asgi_ctx_data_t *ctx_data; in nxt_py_asgi_add_reader() local
1107 nxt_py_asgi_ctx_data_t *ctx_data; in nxt_py_asgi_quit() local
1139 nxt_py_asgi_ctx_data_t *ctx_data; in nxt_py_asgi_shm_ack_handler() local
1164 nxt_py_asgi_ctx_data_t *ctx_data; in nxt_py_asgi_port_read() local
1350 nxt_py_asgi_ctx_data_t *ctx_data, PyObject *future, PyObject *result) in nxt_py_asgi_set_result_soon()
[all …]
H A Dnxt_python_asgi_http.c117 nxt_py_asgi_ctx_data_t *ctx_data; in nxt_py_asgi_http_receive() local
363 nxt_py_asgi_ctx_data_t *ctx_data; in nxt_py_asgi_http_response_body() local
H A Dnxt_python.c21 void *ctx_data; member
H A Dnxt_python_asgi_websocket.c140 nxt_py_asgi_ctx_data_t *ctx_data; in nxt_py_asgi_websocket_receive() local
/unit/src/
H A Dnxt_unit.h166 void *ctx_data; /* Opaque pointer to user-defined data. */ member