Searched refs:bytes_sent (Results 1 – 4 of 4) sorted by relevance
25 uint64_t bytes_sent; member100 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()
45 uint64_t bytes_sent; member320 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()
80 sent = sfp.bytes_sent; in nxt_aix_event_conn_io_send_file()
261 uint64_t bytes_sent; member