Searched refs:stage2 (Results 1 – 2 of 2) sorted by relevance
138 PyObject *stage2; in nxt_py_asgi_lifespan_target_startup() local246 stage2 = res; in nxt_py_asgi_lifespan_target_startup()248 res = PyObject_CallFunctionObjArgs(stage2, receive, send, NULL); in nxt_py_asgi_lifespan_target_startup()250 Py_DECREF(stage2); in nxt_py_asgi_lifespan_target_startup()
454 PyObject *stage2; in nxt_py_asgi_request_handler() local561 stage2 = res; in nxt_py_asgi_request_handler()563 res = PyObject_CallFunctionObjArgs(stage2, receive, send, NULL); in nxt_py_asgi_request_handler()565 Py_DECREF(stage2); in nxt_py_asgi_request_handler()