Searched refs:sqlite3_snprintf (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3ext.h334 #define sqlite3_snprintf sqlite3_api->snprintf macro
H A Dsqlite3.c2016 ** log message after formatting via [sqlite3_snprintf()].
2511 ** ^(The sqlite3_snprintf() routine is similar to "snprintf()" from
2517 ** backwards compatibility. ^(Note also that sqlite3_snprintf()
2521 ** value but we cannot change the implementation of sqlite3_snprintf()
2524 ** ^As long as the buffer size is greater than zero, sqlite3_snprintf()
2530 ** ^The sqlite3_vsnprintf() routine is a varargs version of sqlite3_snprintf().
2594 SQLITE_API char *sqlite3_snprintf(int,char*,const char*, ...);
3988 ** [sqlite3_snprintf()] to convert that value to a UTF-8 string and returns
3997 ** [sqlite3_snprintf()] to convert that value to a UTF-16 string and returns
4021 ** is requested, [sqlite3_snprintf()] i
19833 SQLITE_API char *sqlite3_snprintf(int n, char *zBuf, const char *zFormat, ...){ function
89226 #define sqlite3_snprintf macro
[all...]
H A Dsqlite3.h1463 ** log message after formatting via [sqlite3_snprintf()].
1958 ** ^(The sqlite3_snprintf() routine is similar to "snprintf()" from
1964 ** backwards compatibility. ^(Note also that sqlite3_snprintf()
1968 ** value but we cannot change the implementation of sqlite3_snprintf()
1971 ** ^As long as the buffer size is greater than zero, sqlite3_snprintf()
1977 ** ^The sqlite3_vsnprintf() routine is a varargs version of sqlite3_snprintf().
2041 SQLITE_API char *sqlite3_snprintf(int,char*,const char*, ...);
3435 ** [sqlite3_snprintf()] to convert that value to a UTF-8 string and returns
3444 ** [sqlite3_snprintf()] to convert that value to a UTF-16 string and returns
3468 ** is requested, [sqlite3_snprintf()] i
[all...]

Completed in 258 milliseconds