Home
last modified time | relevance | path

Searched refs:stage2 (Results 1 – 2 of 2) sorted by last modified time

/unit/src/python/
H A Dnxt_python_asgi_lifespan.c138 PyObject *stage2; in nxt_py_asgi_lifespan_target_startup() local
246 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()
H A Dnxt_python_asgi.c454 PyObject *stage2; in nxt_py_asgi_request_handler() local
561 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()