Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi.c1349 nxt_py_asgi_set_result_soon(nxt_unit_request_info_t *req, in nxt_py_asgi_set_result_soon() function
H A Dnxt_python_asgi.h45 PyObject *nxt_py_asgi_set_result_soon(nxt_unit_request_info_t *req,
H A Dnxt_python_asgi_http.c150 return nxt_py_asgi_set_result_soon(req, ctx_data, future, msg); in nxt_py_asgi_http_receive()
H A Dnxt_python_asgi_lifespan.c428 return nxt_py_asgi_set_result_soon(NULL, ctx_data, future, msg); in nxt_py_asgi_lifespan_receive()
436 return nxt_py_asgi_set_result_soon(NULL, ctx_data, future, msg); in nxt_py_asgi_lifespan_receive()
H A Dnxt_python_asgi_websocket.c180 return nxt_py_asgi_set_result_soon(ws->req, ctx_data, future, msg); in nxt_py_asgi_websocket_receive()
186 return nxt_py_asgi_set_result_soon(ws->req, ctx_data, future, msg); in nxt_py_asgi_websocket_receive()
192 return nxt_py_asgi_set_result_soon(ws->req, ctx_data, future, msg); in nxt_py_asgi_websocket_receive()