Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_http.c25 uint64_t bytes_sent; member
100 http->bytes_sent = 0; in nxt_py_asgi_http_create()
392 if (nxt_slow_path(http->bytes_sent + body_len in nxt_py_asgi_http_response_body()
440 http->bytes_sent += sent; in nxt_py_asgi_http_response_body()
587 http->bytes_sent += sent; in nxt_py_asgi_http_drain()
H A Dnxt_python_wsgi.c45 uint64_t bytes_sent; member
320 pctx->bytes_sent = 0; in nxt_python_request_handler()
383 while (pctx->bytes_sent < pctx->content_length) { in nxt_python_request_handler()
1374 if (nxt_slow_path(str_length > pctx->content_length - pctx->bytes_sent)) { in nxt_python_write()
1383 pctx->bytes_sent += str_length; in nxt_python_write()
/unit/src/
H A Dnxt_aix_send_file.c80 sent = sfp.bytes_sent; in nxt_aix_event_conn_io_send_file()
H A Dnxt_test_build.h261 uint64_t bytes_sent; member