Searched refs:sqlite3_str_appendf (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile183 sqlite3_str_appendf.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h645 #define sqlite3_str_appendf sqlite3_api->str_appendf macro
H A Dsqlite3.c8705 ** methods, such as [sqlite3_str_appendf()].
8761 ** ^The [sqlite3_str_appendf(X,F,...)] and
8786 SQLITE_API void sqlite3_str_appendf(sqlite3_str*, const char *zFormat, ...);
32202 SQLITE_API void sqlite3_str_appendf(StrAccum *p, const char *zFormat, ...){ function
136117 #define sqlite3_str_appendf macro
[all...]
H A Dsqlite3.h8392 ** methods, such as [sqlite3_str_appendf()].
8448 ** ^The [sqlite3_str_appendf(X,F,...)] and
8473 SQLITE_API void sqlite3_str_appendf(sqlite3_str*, const char *zFormat, ...);
H A Dshell.c7020 sqlite3_str_appendf(pStr, "INIT ");
7022 sqlite3_str_appendf(pStr, "%02x", pRe->zInit[i]);
7024 sqlite3_str_appendf(pStr, "\n");
7027 sqlite3_str_appendf(pStr, "%-8s %4d\n",
19836 sqlite3_str_appendf(pStr, "%s, %s", zPhase, sqlite3_errmsg(db));
19838 sqlite3_str_appendf(pStr, " (%d)", rc);
20577 sqlite3_str_appendf(pStr, "%02x", a[j]);

Completed in 782 milliseconds