Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_str.c63 PyObject *nxt_py_websocket_connect_str; variable
119 { nxt_string("websocket.connect"), &nxt_py_websocket_connect_str },
H A Dnxt_python_asgi_str.h58 extern PyObject *nxt_py_websocket_connect_str;
H A Dnxt_python_asgi_websocket.c178 msg = nxt_py_asgi_new_msg(ws->req, nxt_py_websocket_connect_str); in nxt_py_asgi_websocket_receive()