Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_http.c23 PyObject *send_future; member
98 http->send_future = NULL; in nxt_py_asgi_http_create()
371 if (nxt_slow_path(http->send_future != NULL)) { in nxt_py_asgi_http_response_body()
438 http->send_future = future; in nxt_py_asgi_http_response_body()
439 Py_INCREF(http->send_future); in nxt_py_asgi_http_response_body()
599 future = http->send_future; in nxt_py_asgi_http_drain()
600 http->send_future = NULL; in nxt_py_asgi_http_drain()
619 future = http->send_future; in nxt_py_asgi_http_drain()
620 http->send_future = NULL; in nxt_py_asgi_http_drain()