Home
last modified time | relevance | path

Searched refs:nxt_py_set_result_str (Results 1 – 5 of 5) sorted by relevance

/unit/src/python/
H A Dnxt_python_asgi_str.c51 PyObject *nxt_py_set_result_str; variable
107 { nxt_string("set_result"), &nxt_py_set_result_str },
H A Dnxt_python_asgi_str.h46 extern PyObject *nxt_py_set_result_str;
H A Dnxt_python_asgi_lifespan.c366 res = PyObject_CallMethodObjArgs(future, nxt_py_set_result_str, in nxt_py_asgi_lifespan_target_shutdown()
547 res = PyObject_CallMethodObjArgs(future, nxt_py_set_result_str, in nxt_py_asgi_lifespan_send_()
619 res = PyObject_CallMethodObjArgs(future, nxt_py_set_result_str, in nxt_py_asgi_lifespan_done()
634 res = PyObject_CallMethodObjArgs(future, nxt_py_set_result_str, in nxt_py_asgi_lifespan_done()
H A Dnxt_python_asgi_http.c515 res = PyObject_CallMethodObjArgs(future, nxt_py_set_result_str, msg, in nxt_py_asgi_http_set_result()
H A Dnxt_python_asgi_websocket.c635 res = PyObject_CallMethodObjArgs(future, nxt_py_set_result_str, msg, NULL); in nxt_py_asgi_websocket_receive_done()