Files
source/Y/total_bytes.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

26 lines
2.6 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>total_bytes</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L760'>total_bytes</a> 760 src/filemanager/file.c ctx-&gt;total_bytes = 0;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L763'>total_bytes</a> 763 src/filemanager/file.c status = panel_compute_totals (panel, &amp;dsm, &amp;ctx-&gt;total_count, &amp;ctx-&gt;total_bytes,</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L773'>total_bytes</a> 773 src/filemanager/file.c &amp;ctx-&gt;total_bytes, ctx-&gt;stat_func);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L778'>total_bytes</a> 778 src/filemanager/file.c ctx-&gt;total_bytes += (uintmax_t) source_stat-&gt;st_size;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L793'>total_bytes</a> 793 src/filemanager/file.c ctx-&gt;total_bytes = panel-&gt;total;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1166'>total_bytes</a> 1166 src/filemanager/file.c if (ctx-&gt;total_bytes != 0)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1174'>total_bytes</a> 1174 src/filemanager/file.c ctx-&gt;total_eta_secs = ((double) ctx-&gt;total_bytes / copied_bytes - 1) * dt;</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1099'>total_bytes</a> 1099 src/filemanager/filegui.c if (ctx-&gt;total_bytes == 0)</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1104'>total_bytes</a> 1104 src/filemanager/filegui.c (int) (1024 * copied_bytes / ctx-&gt;total_bytes));</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1150'>total_bytes</a> 1150 src/filemanager/filegui.c size_trunc_len (buffer3, 5, ctx-&gt;total_bytes, 0, panels_options.kilobyte_si);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.h.html#L142'>total_bytes</a> 142 src/filemanager/filegui.h uintmax_t total_bytes;</span>
</pre>
</body>
</html>