Searched refs:nxt_py_result_str (Results 1 – 5 of 5) sorted by path
662 res = PyObject_CallMethodObjArgs(future, nxt_py_result_str, NULL); in nxt_py_asgi_http_done()
564 res = PyObject_CallMethodObjArgs(future, nxt_py_result_str, NULL); in nxt_py_asgi_lifespan_done()
46 PyObject *nxt_py_result_str; variable101 { nxt_string("result"), &nxt_py_result_str },
40 extern PyObject *nxt_py_result_str;
1058 res = PyObject_CallMethodObjArgs(future, nxt_py_result_str, NULL); in nxt_py_asgi_websocket_done()