Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi.h53 PyObject *nxt_py_asgi_iter(PyObject *self);
H A Dnxt_python_asgi_lifespan.c90 .tp_iter = nxt_py_asgi_iter,
H A Dnxt_python_asgi_http.c67 .tp_iter = nxt_py_asgi_iter,
H A Dnxt_python_asgi_websocket.c92 .tp_iter = nxt_py_asgi_iter,
H A Dnxt_python_asgi.c1530 nxt_py_asgi_iter(PyObject *self) in nxt_py_asgi_iter() function