Searched refs:current_time (Results 126 - 128 of 128) sorted by relevance

123456

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c13822 ** current_time()
13868 ** of the functions current_time(), current_date() and current_timestamp()
13926 FUNCTION(current_time, 0, 0, 0, ctimeFunc ),
13930 STR_FUNCTION(current_time, 0, "%H:%M:%S", 0, currentTimeFunc),
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c15614 ** current_time()
15660 ** of the functions current_time(), current_date() and current_timestamp()
15715 FUNCTION(current_time, 0, 0, 0, ctimeFunc ),
15719 STR_FUNCTION(current_time, 0, "%H:%M:%S", 0, currentTimeFunc),
[all...]
/external/sqlite/dist/
H A Dsqlite3.c15614 ** current_time()
15660 ** of the functions current_time(), current_date() and current_timestamp()
15715 FUNCTION(current_time, 0, 0, 0, ctimeFunc ),
15719 STR_FUNCTION(current_time, 0, "%H:%M:%S", 0, currentTimeFunc),
[all...]

Completed in 643 milliseconds

123456