Searched refs:sqlite3_mprintf_str (Results 1 – 2 of 2) sorted by relevance
3527 sqlite3_mprintf_str {%d %d A NULL pointer in %%q: '%q'} 1 23533 sqlite3_mprintf_str {%d %d A NULL pointer in %%Q: %Q} 1 23574 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 …]
1348 static int SQLITE_TCLAPI sqlite3_mprintf_str( in sqlite3_mprintf_str() function8540 { "sqlite3_mprintf_str", (Tcl_CmdProc*)sqlite3_mprintf_str }, in Sqlitetest1_Init()