Searched refs:tp (Results 1 – 3 of 3) sorted by relevance
382 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 …]
11 struct timeval *tp, in win32GetTimeOfDay() argument24 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()
5201 int tp; in test_column_type() local5212 tp = sqlite3_column_type(pStmt, col); in test_column_type()5213 switch( tp ){ in test_column_type()