Searched refs:sqlite3_str_appendf (Results 1 – 4 of 4) sorted by relevance
| /freebsd-src/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 645 #define sqlite3_str_appendf sqlite3_api->str_appendf macro
|
| H A D | sqlite3.c | 8730 ** methods, such as [sqlite3_str_appendf()]. 8786 ** ^The [sqlite3_str_appendf(X,F,...)] and 8811 SQLITE_API void sqlite3_str_appendf(sqlite3_str*, const char *zFormat, ...); 32507 SQLITE_API void sqlite3_str_appendf(StrAccum *p, const char *zFormat, ...){ sqlite3_str_appendf() function [all...] |
| H A D | sqlite3.h | 8417 ** methods, such as [sqlite3_str_appendf()]. 8473 ** ^The [sqlite3_str_appendf(X,F,...)] and 8498 SQLITE_API void sqlite3_str_appendf(sqlite3_str*, const char *zFormat, ...);
|
| H A D | shell.c | 7090 sqlite3_str_appendf(pStr, "INIT "); in re_bytecode_func() 7092 sqlite3_str_appendf(pStr, "%02x", pRe->zInit[i]); in re_bytecode_func() 7094 sqlite3_str_appendf(pStr, "\n"); in re_bytecode_func() 7097 sqlite3_str_appendf(pStr, "%-8s %4d\n", in re_bytecode_func() 21099 sqlite3_str_appendf(pStr, "%s, %s", zPhase, sqlite3_errmsg(db)); in save_err_msg() 21101 sqlite3_str_appendf(pStr, " (%d)", rc); in save_err_msg() 21840 sqlite3_str_appendf(pStr, "%02x", a[j]); in quoted_column()
|