Searched refs:send_body_off (Results 1 – 6 of 6) sorted by relevance
27 Py_ssize_t send_body_off; member102 http->send_body_off = 0; in nxt_py_asgi_http_create()427 http->send_body_off = body_off; in nxt_py_asgi_http_response_body()568 body_str = PyBytes_AS_STRING(http->send_body) + http->send_body_off; in nxt_py_asgi_http_drain()569 body_len = PyBytes_GET_SIZE(http->send_body) - http->send_body_off; in nxt_py_asgi_http_drain()586 http->send_body_off += sent; in nxt_py_asgi_http_drain()