Searched refs:stage2 (Results 1 – 2 of 2) sorted by last modified time
414 PyObject *stage2; in nxt_py_asgi_request_handler() local495 stage2 = res; in nxt_py_asgi_request_handler()497 res = PyObject_CallFunctionObjArgs(stage2, receive, send, NULL); in nxt_py_asgi_request_handler()499 Py_DECREF(stage2); in nxt_py_asgi_request_handler()
113 PyObject *stage2; in nxt_py_asgi_lifespan_target_startup() local204 stage2 = res; in nxt_py_asgi_lifespan_target_startup()206 res = PyObject_CallFunctionObjArgs(stage2, receive, send, NULL); in nxt_py_asgi_lifespan_target_startup()208 Py_DECREF(stage2); in nxt_py_asgi_lifespan_target_startup()