Searched refs:sqlite_mprintf_str (Results 1 – 2 of 2) sorted by relevance
75 sqlite_mprintf_str {A String: (%*.*s)} 10 10 {This is the string}78 sqlite_mprintf_str {A String: (%*.*s)} 10 5 {This is the string}81 sqlite_mprintf_str {A String: (%*.*s)} -10 5 {This is the string}84 sqlite_mprintf_str {%d %d A String: (%s)} 1 2 {This is the string}87 sqlite_mprintf_str {%d %d A String: (%30s)} 1 2 {This is the string}90 sqlite_mprintf_str {%d %d A String: (%-30s)} 1 2 {This is the string}94 sqlite_mprintf_str {%d %d A quoted string: '%q'} 1 2 {Hi Y'all}97 sqlite_mprintf_str {%d %d A NULL pointer in %%q: '%q'} 1 2100 sqlite_mprintf_str {%d %d A quoted string: %Q} 1 2 {Hi Y'all}103 sqlite_mprintf_str {%d %d A NULL pointer in %%Q: %Q} 1 2[all …]
487 static int sqlite_mprintf_str( in sqlite_mprintf_str() function987 { "sqlite_mprintf_str", (Tcl_CmdProc*)sqlite_mprintf_str }, in Sqlitetest1_Init()