Home
last modified time | relevance | path

Searched refs:nxt_py_text_str (Results 1 – 3 of 3) sorted by path

/unit/src/python/
H A Dnxt_python_asgi_str.c56 PyObject *nxt_py_text_str; variable
112 { nxt_string("text"), &nxt_py_text_str },
H A Dnxt_python_asgi_str.h51 extern PyObject *nxt_py_text_str;
H A Dnxt_python_asgi_websocket.c453 text = PyDict_GetItem(dict, nxt_py_text_str); in nxt_py_asgi_websocket_send_frame()
793 data_key = nxt_py_text_str; in nxt_py_asgi_websocket_pop_msg()