Home
last modified time | relevance | path

Searched refs:tp (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/test/
H A De_walckpt.test382 do_test $tp.1 {
392 do_test $tp.2 {
415 do_test $tp.3 {
442 do_test $tp.4 {
465 do_test $tp.7 {
485 do_test $tp.9 {
510 do_test $tp.7 {
520 do_test $tp.8 {
539 do_test $tp.10.1 {
553 do_test $tp.11 {
[all …]
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_win32.c11 struct timeval *tp, in win32GetTimeOfDay() argument
24 tp->tv_sec = (long)(unixTicks / TICKS_PER_SECOND); in win32GetTimeOfDay()
25 unixTicks -= ((ULONGLONG)tp->tv_sec * TICKS_PER_SECOND); in win32GetTimeOfDay()
26 tp->tv_usec = (long)(unixTicks / TICKS_PER_MICROSECOND); in win32GetTimeOfDay()
/sqlite-3.40.0/src/
H A Dtest1.c5201 int tp; in test_column_type() local
5212 tp = sqlite3_column_type(pStmt, col); in test_column_type()
5213 switch( tp ){ in test_column_type()