Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python.c375 nxt_py_proto.ctx_data_free(python_init.ctx_data); in nxt_python_start()
388 nxt_py_proto.ctx_data_free(python_init.ctx_data); in nxt_python_start()
749 nxt_py_proto.ctx_data_free(ti->ctx_data); in nxt_python_join_threads()
H A Dnxt_python.h66 void (*ctx_data_free)(void *data); member
H A Dnxt_python_asgi.c58 .ctx_data_free = nxt_python_asgi_ctx_data_free,
H A Dnxt_python_wsgi.c177 .ctx_data_free = nxt_python_wsgi_ctx_data_free,