Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_lifespan.c43 static PyObject *nxt_py_asgi_lifespan_send_shutdown(
494 return nxt_py_asgi_lifespan_send_shutdown(lifespan, 0, NULL); in nxt_py_asgi_lifespan_send()
501 return nxt_py_asgi_lifespan_send_shutdown(lifespan, 1, msg); in nxt_py_asgi_lifespan_send()
579 nxt_py_asgi_lifespan_send_shutdown(nxt_py_asgi_lifespan_t *lifespan, int v, in nxt_py_asgi_lifespan_send_shutdown() function