Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_str.c22 PyObject *nxt_py_bad_state_str; variable
78 { nxt_string("bad state"), &nxt_py_bad_state_str },
H A Dnxt_python_asgi_str.h17 extern PyObject *nxt_py_bad_state_str;
H A Dnxt_python_asgi_websocket.c577 ws->receive_exc_str = nxt_py_bad_state_str; in nxt_py_asgi_websocket_handler()
583 nxt_py_bad_state_str, in nxt_py_asgi_websocket_handler()