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

/freebsd-10.2-release/contrib/sqlite3/
H A Dshell.c1384 sqlite3_snprintf(len+100, zQ2, "%s ORDER BY rowid DESC", zQuery);
1905 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO %s VALUES(?", zTable);
2090 sqlite3_snprintf(sizeof(p->separator), p->separator, " ");
2093 sqlite3_snprintf(sizeof(p->separator), p->separator, ",");
2096 sqlite3_snprintf(sizeof(p->separator), p->separator, "\t");
2120 sqlite3_snprintf(sizeof(p->nullvalue), p->nullvalue,
2138 sqlite3_snprintf(sizeof(p->outfile), p->outfile, "%s", azArg[1]);
2149 sqlite3_snprintf(sizeof(p->outfile), p->outfile, "%s", azArg[1]);
2309 sqlite3_snprintf(sizeof(p->separator), p->separator,
2756 sqlite3_snprintf(sizeo
[all...]
H A Dsqlite3ext.h369 #define sqlite3_snprintf sqlite3_api->snprintf macro
H A Dsqlite3.c2179 ** log message after formatting via [sqlite3_snprintf()].
2728 ** ^(The sqlite3_snprintf() routine is similar to "snprintf()" from
2734 ** backwards compatibility. ^(Note also that sqlite3_snprintf()
2738 ** value but we cannot change the implementation of sqlite3_snprintf()
2741 ** ^As long as the buffer size is greater than zero, sqlite3_snprintf()
2747 ** ^The sqlite3_vsnprintf() routine is a varargs version of sqlite3_snprintf().
2811 SQLITE_API char *sqlite3_snprintf(int,char*,const char*, ...);
4286 ** [sqlite3_snprintf()] to convert that value to a UTF-8 string and returns
4295 ** [sqlite3_snprintf()] to convert that value to a UTF-16 string and returns
4319 ** is requested, [sqlite3_snprintf()] i
20451 SQLITE_API char *sqlite3_snprintf(int n, char *zBuf, const char *zFormat, ...){ function
92546 #define sqlite3_snprintf macro
[all...]
H A Dsqlite3.h1608 ** log message after formatting via [sqlite3_snprintf()].
2157 ** ^(The sqlite3_snprintf() routine is similar to "snprintf()" from
2163 ** backwards compatibility. ^(Note also that sqlite3_snprintf()
2167 ** value but we cannot change the implementation of sqlite3_snprintf()
2170 ** ^As long as the buffer size is greater than zero, sqlite3_snprintf()
2176 ** ^The sqlite3_vsnprintf() routine is a varargs version of sqlite3_snprintf().
2240 SQLITE_API char *sqlite3_snprintf(int,char*,const char*, ...);
3715 ** [sqlite3_snprintf()] to convert that value to a UTF-8 string and returns
3724 ** [sqlite3_snprintf()] to convert that value to a UTF-16 string and returns
3748 ** is requested, [sqlite3_snprintf()] i
[all...]
/freebsd-10.2-release/crypto/heimdal/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 542 milliseconds