Searched refs:nxt_py_asgi_dealloc (Results 1 – 5 of 5) sorted by relevance
51 void nxt_py_asgi_dealloc(PyObject *self);
62 .tp_dealloc = nxt_py_asgi_dealloc,
63 .tp_dealloc = nxt_py_asgi_dealloc,
88 .tp_dealloc = nxt_py_asgi_dealloc,
1405 nxt_py_asgi_dealloc(PyObject *self) in nxt_py_asgi_dealloc() function