Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_websocket.c54 static PyObject *nxt_py_asgi_websocket_send_frame(nxt_py_asgi_websocket_t *ws,
244 return nxt_py_asgi_websocket_send_frame(ws, dict); in nxt_py_asgi_websocket_send()
417 nxt_py_asgi_websocket_send_frame(nxt_py_asgi_websocket_t *ws, PyObject *dict) in nxt_py_asgi_websocket_send_frame() function