OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_current_time
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
os_os2.c
1786
int
sqlite3_current_time
= 0;
variable
[
all
...]
os_win.c
2643
int
sqlite3_current_time
= 0; \/* Fake system time in seconds since 1970. *\/
variable
[
all
...]
os_unix.c
5420
int
sqlite3_current_time
= 0; \/* Fake system time in seconds since 1970. *\/
variable
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
23813
SQLITE_API int
sqlite3_current_time
= 0;
local
29576
SQLITE_API int
sqlite3_current_time
= 0; \/* Fake system time in seconds since 1970. *\/
local
33777
SQLITE_API int
sqlite3_current_time
= 0; \/* Fake system time in seconds since 1970. *\/
local
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
24667
SQLITE_API int
sqlite3_current_time
= 0;
local
30543
SQLITE_API int
sqlite3_current_time
= 0; \/* Fake system time in seconds since 1970. *\/
local
35662
SQLITE_API int
sqlite3_current_time
= 0; \/* Fake system time in seconds since 1970. *\/
local
[
all
...]
/external/sqlite/dist/
sqlite3.c
24667
SQLITE_API int
sqlite3_current_time
= 0;
local
30571
SQLITE_API int
sqlite3_current_time
= 0; \/* Fake system time in seconds since 1970. *\/
local
35690
SQLITE_API int
sqlite3_current_time
= 0; \/* Fake system time in seconds since 1970. *\/
local
[
all
...]
Completed in 3808 milliseconds