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

24 lines
1.9 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>vfs_timeout</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/lib--vfs--gc.c.html#L87'>vfs_timeout</a> 87 lib/vfs/gc.c int vfs_timeout = 60; // VFS timeout in seconds</span>
<span class='curline'><a href='../S/lib--vfs--gc.c.html#L251'>vfs_timeout</a> 251 lib/vfs/gc.c exp_time = curr_time - vfs_timeout * G_USEC_PER_SEC;</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L227'>vfs_timeout</a> 227 lib/vfs/vfs.h extern int vfs_timeout;</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1044'>vfs_timeout</a> 1044 src/filemanager/boxes.c g_snprintf (buffer2, sizeof (buffer2), "%i", vfs_timeout);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1102'>vfs_timeout</a> 1102 src/filemanager/boxes.c vfs_timeout = 0;</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1104'>vfs_timeout</a> 1104 src/filemanager/boxes.c vfs_timeout = atoi (ret_timeout);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1107'>vfs_timeout</a> 1107 src/filemanager/boxes.c if (vfs_timeout &lt; 0 || vfs_timeout &gt; 10000)</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L1108'>vfs_timeout</a> 1108 src/filemanager/boxes.c vfs_timeout = 10;</span>
<span class='curline'><a href='../S/src--setup.c.html#L388'>vfs_timeout</a> 388 src/setup.c { "vfs_timeout", &amp;vfs_timeout },</span>
</pre>
</body>
</html>