Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_http.c26 PyObject *send_body; member
101 http->send_body = NULL; in nxt_py_asgi_http_create()
432 http->send_body = body; in nxt_py_asgi_http_response_body()
433 Py_INCREF(http->send_body); in nxt_py_asgi_http_response_body()
575 body_str = PyBytes_AS_STRING(http->send_body) + http->send_body_off; in nxt_py_asgi_http_drain()
576 body_len = PyBytes_GET_SIZE(http->send_body) - http->send_body_off; in nxt_py_asgi_http_drain()
597 Py_CLEAR(http->send_body); in nxt_py_asgi_http_drain()