Home
last modified time | relevance | path

Searched refs:sqlite3_mprintf_int64 (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/test/
H A Dprintf.test3609 sqlite3_mprintf_int64 {%llu %llu %llu} 2147483647 2147483648 4294967296
3612 sqlite3_mprintf_int64 {%lld %lld %lld} 2147483647 2147483648 4294967296
3615 sqlite3_mprintf_int64 {%llx %llx %llx} 2147483647 2147483648 4294967296
3618 sqlite3_mprintf_int64 {%llx %llo %lld} -1 -1 -1
3621 sqlite3_mprintf_int64 {%llx %llx %llx} +2147483647 +2147483648 +4294967296
/sqlite-3.40.0/src/
H A Dtest1.c1284 static int SQLITE_TCLAPI sqlite3_mprintf_int64( in sqlite3_mprintf_int64() function
8538 { "sqlite3_mprintf_int64", (Tcl_CmdProc*)sqlite3_mprintf_int64 }, in Sqlitetest1_Init()