mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
29 lines
2.9 KiB
HTML
29 lines
2.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>timestamp</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--util.c.html#L1378'>timestamp</a> 1378 lib/util.c mc_time_elapsed (gint64 *timestamp, gint64 delay)</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1384'>timestamp</a> 1384 lib/util.c if (now >= *timestamp && now < *timestamp + delay)</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1387'>timestamp</a> 1387 lib/util.c *timestamp = now;</span>
|
|
<span class='curline'><a href='../S/lib--util.h.html#L283'>timestamp</a> 283 lib/util.h gboolean mc_time_elapsed (gint64 *timestamp, gint64 delay);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L870'>timestamp</a> 870 lib/vfs/direntry.c return (tim < ino->timestamp);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L101'>timestamp</a> 101 lib/vfs/xdirentry.h gint64 timestamp; // Subclass specific</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L628'>timestamp</a> 628 src/filemanager/file.c static gint64 timestamp = 0;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L668'>timestamp</a> 668 src/filemanager/file.c if (ret == FILE_CONT && sm->update != NULL && mc_time_elapsed (&timestamp, delay))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1205'>timestamp</a> 1205 src/filemanager/filegui.c static gint64 timestamp = 0;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1211'>timestamp</a> 1211 src/filemanager/filegui.c const gboolean ret = mc_time_elapsed (&timestamp, delay);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1033'>timestamp</a> 1033 src/filemanager/layout.c static gint64 timestamp = 0;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1042'>timestamp</a> 1042 src/filemanager/layout.c if (show && !mc_time_elapsed (&timestamp, delay))</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1814'>timestamp</a> 1814 src/vfs/ftpfs/ftpfs.c dir->timestamp = g_get_monotonic_time () + ftpfs_directory_timeout * G_USEC_PER_SEC;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L906'>timestamp</a> 906 src/vfs/shell/shell.c dir->timestamp = g_get_monotonic_time () + shell_directory_timeout * G_USEC_PER_SEC;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|