Lines Matching refs:sqlite3_snprintf
2010 ** log message after formatting via [sqlite3_snprintf()].
2983 ** ^(The sqlite3_snprintf() routine is similar to "snprintf()" from
2989 ** backwards compatibility. ^(Note also that sqlite3_snprintf()
2993 ** value but we cannot change the implementation of sqlite3_snprintf()
2996 ** ^As long as the buffer size is greater than zero, sqlite3_snprintf()
3002 ** ^The sqlite3_vsnprintf() routine is a varargs version of sqlite3_snprintf().
3008 SQLITE_API char *sqlite3_snprintf(int,char*,const char*, ...);
5135 ** [sqlite3_snprintf()] to convert that value to a UTF-8 string and returns
5144 ** [sqlite3_snprintf()] to convert that value to a UTF-16 string and returns
5177 ** is requested, [sqlite3_snprintf()] is used internally to perform the
9519 ** used with [sqlite3_snprintf()] to generate the final output string.