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

/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c937 ** sqlite3_snprintf() works like snprintf() except that it ignores the
942 ** Oops: The first two arguments of sqlite3_snprintf() are backwards
957 char *sqlite3_snprintf(int n, char *zBuf, const char *zFormat, ...){ function
H A Dsqlite3ext.h331 #define sqlite3_snprintf sqlite3_api->snprintf macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h369 #define sqlite3_snprintf sqlite3_api->snprintf macro
H A Dsqlite3.c1766 ** log message after formatting via [sqlite3_snprintf()].
2320 ** ^(The sqlite3_snprintf() routine is similar to "snprintf()" from
2326 ** backwards compatibility. ^(Note also that sqlite3_snprintf()
2330 ** value but we cannot change the implementation of sqlite3_snprintf()
2333 ** ^As long as the buffer size is greater than zero, sqlite3_snprintf()
2339 ** ^The sqlite3_vsnprintf() routine is a varargs version of sqlite3_snprintf().
2403 SQLITE_API char *sqlite3_snprintf(int,char*,const char*, ...);
3906 ** [sqlite3_snprintf()] to convert that value to a UTF-8 string and returns
3915 ** [sqlite3_snprintf()] to convert that value to a UTF-16 string and returns
3939 ** is requested, [sqlite3_snprintf()] i
21507 SQLITE_API char *sqlite3_snprintf(int n, char *zBuf, const char *zFormat, ...){ function
97340 #define sqlite3_snprintf macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h369 #define sqlite3_snprintf sqlite3_api->snprintf macro
H A Dsqlite3.c1766 ** log message after formatting via [sqlite3_snprintf()].
2320 ** ^(The sqlite3_snprintf() routine is similar to "snprintf()" from
2326 ** backwards compatibility. ^(Note also that sqlite3_snprintf()
2330 ** value but we cannot change the implementation of sqlite3_snprintf()
2333 ** ^As long as the buffer size is greater than zero, sqlite3_snprintf()
2339 ** ^The sqlite3_vsnprintf() routine is a varargs version of sqlite3_snprintf().
2403 SQLITE_API char *sqlite3_snprintf(int,char*,const char*, ...);
3906 ** [sqlite3_snprintf()] to convert that value to a UTF-8 string and returns
3915 ** [sqlite3_snprintf()] to convert that value to a UTF-16 string and returns
3939 ** is requested, [sqlite3_snprintf()] i
21507 SQLITE_API char *sqlite3_snprintf(int n, char *zBuf, const char *zFormat, ...){ function
97360 #define sqlite3_snprintf macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1969 ** log message after formatting via [sqlite3_snprintf()].
2447 ** ^(The sqlite3_snprintf() routine is similar to "snprintf()" from
2453 ** backwards compatibility. ^(Note also that sqlite3_snprintf()
2457 ** value but we cannot change the implementation of sqlite3_snprintf()
2460 ** ^As long as the buffer size is greater than zero, sqlite3_snprintf()
2466 ** ^The sqlite3_vsnprintf() routine is a varargs version of sqlite3_snprintf().
2530 SQLITE_API char *sqlite3_snprintf(int,char*,const char*, ...);
3794 ** [sqlite3_snprintf()] to convert that value to a UTF-8 string and returns
3803 ** [sqlite3_snprintf()] to convert that value to a UTF-16 string and returns
3827 ** is requested, [sqlite3_snprintf()] i
19440 SQLITE_API char *sqlite3_snprintf(int n, char *zBuf, const char *zFormat, ...){ function
86813 #define sqlite3_snprintf macro
[all...]

Completed in 570 milliseconds