Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_lifespan.c533 PyObject **pfuture) in nxt_py_asgi_lifespan_send_() argument
543 if (*pfuture != NULL) { in nxt_py_asgi_lifespan_send_()
544 future = *pfuture; in nxt_py_asgi_lifespan_send_()
545 *pfuture = NULL; in nxt_py_asgi_lifespan_send_()