Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dprintf.test3527 sqlite3_mprintf_str {%d %d A NULL pointer in %%q: '%q'} 1 2
3533 sqlite3_mprintf_str {%d %d A NULL pointer in %%Q: %Q} 1 2
3574 set x [sqlite3_mprintf_str {%d %d %100000s} 0 0 {Hello}]
3719 sqlite3_mprintf_str {abc-%y-123} 0 0 {not used}
3725 sqlite3_mprintf_str {abc-%T-123} 0 0 {not used}
3728 sqlite3_mprintf_str {abc-%#} 0 0 {not used}
3734 sqlite3_mprintf_str {abc-%5.10/} 0 0 {not used}
3737 sqlite3_mprintf_str {abc-%05.5d} 123 0 {not used}
3740 sqlite3_mprintf_str {abc-%05.5d} 1234567 0 {not used}
3746 sqlite3_mprintf_str {%*.*s} $i 500 x
[all …]
/sqlite-3.40.0/src/
H A Dtest1.c1348 static int SQLITE_TCLAPI sqlite3_mprintf_str( in sqlite3_mprintf_str() function
8540 { "sqlite3_mprintf_str", (Tcl_CmdProc*)sqlite3_mprintf_str }, in Sqlitetest1_Init()