Lines Matching refs:time

284 /* Return the current wall-clock time */
301 #include <sys/time.h>
307 struct timeval ru_utime; /* user CPU time used */
308 struct timeval ru_stime; /* system CPU time used */
314 static struct rusage sBegin; /* CPU time at start */
315 static sqlite3_int64 iBegin; /* Wall-clock time at start */
1049 ** The source code for several run-time loadable extensions is inserted
1571 ** and whether or not that determination is run-time or compile-time.
1576 ** at run-time.
1939 /* Known to be little-endian at compile-time. No-op */
3510 /* True to cause run-time checking of the start=, stop=, and/or step=
3883 /* An input string read one character at a time.
4534 ** if the SQLITE_DEBUG compile-time option is used.
4669 ** modification-time of the target file is set to this value before
4723 # include <sys/time.h>
4739 #include <time.h>
4750 #define FSDIR_COLUMN_MTIME 2 /* Last modification time */
4879 ** This function attempts to normalize the time values found in the stat()
4908 ** is required in order for the included time to be returned as UTC. On all
4926 ** is required in order for the included time to be returned as UTC. On all
4998 sqlite3_int64 mtime /* MTIME parameter (or -1 to not set time) */
5084 times[0].tv_sec = time(0);
5093 times[0].tv_sec = time(0);
6941 "mtime," /* 2: Last modification time (secs since 1970)*/
7033 *** last mod file time 2 bytes
7074 *** last mod file time 2 bytes
7100 u32 mUnixTime; /* Modification time, in UNIX format */
7556 ** "Standard" MS-DOS time format:
7558 ** File modification time:
8335 ** Return the current time as a 32-bit timestamp in UNIX epoch format (like
8336 ** time(2)).
8358 ** return the current time. Otherwise, return the value stored in (*pVal)
8395 u32 mTime = 0; /* Modification time for new entry */
8703 "\"time\" : %u, "
15382 ** is subject to change or removal at any time. */
20284 /* Give the start/open/xdg-open command some time to get
20872 ** depending on compile-time options. By omitting the "static", we avoid
20901 ** depending on compile-time options. By omitting the "static", we avoid
20923 ** depending on compile-time options. By omitting the "static", we avoid
21408 /* Run the SELECT statement twice. The first time, writefile() is called
21409 ** for all archive members that should be extracted. The second time,
21482 " mtime INT, -- last modification time\n"
25972 ** this compile-time option to embed this shell program in larger
26123 ** occur just before or after sqlite3_initialize(). Use this compile-time