Home
last modified time | relevance | path

Searched refs:sqlite3_str_appendf (Results 1 – 4 of 4) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h644 #define sqlite3_str_appendf sqlite3_api->str_appendf macro
Dsqlite3.h8270 SQLITE_API void sqlite3_str_appendf(sqlite3_str*, const char *zFormat, ...);
/third_party/sqlite/src/
Dshell.c4567 sqlite3_str_appendf(pStr, "INIT "); in re_bytecode_func()
4569 sqlite3_str_appendf(pStr, "%02x", pRe->zInit[i]); in re_bytecode_func()
4571 sqlite3_str_appendf(pStr, "\n"); in re_bytecode_func()
4574 sqlite3_str_appendf(pStr, "%-8s %4d\n", in re_bytecode_func()
17150 sqlite3_str_appendf(pStr, "%s, %s", zPhase, sqlite3_errmsg(db)); in save_err_msg()
17152 sqlite3_str_appendf(pStr, " (%d)", rc); in save_err_msg()
17811 sqlite3_str_appendf(pStr, "%02x", a[j]); in quoted_column()
/third_party/chromium/patch/
D0003-ohos-1115.patch84615 -#define sqlite3_str_appendf chrome_sqlite3_str_appendf // Line 8092
84645 +#define sqlite3_str_appendf chrome_sqlite3_str_appendf // Line 8167
93844 + sqlite3_str_appendf(pStr, "%s, %s", zPhase, sqlite3_errmsg(db));
93846 + sqlite3_str_appendf(pStr, " (%d)", rc);
94052 + sqlite3_str_appendf(pStr, "%02x", a[j]);
99383 - sqlite3_str_appendf(pAccum, "SUBQUERY %u", pItem->pSelect->selId);
99388 + sqlite3_str_appendf(pAccum, "(join-%u)", pSel->selId);
99390 + sqlite3_str_appendf(pAccum, "(subquery-%u)", pSel->selId);
99449 @@ -30258,40 +31040,44 @@ SQLITE_API void sqlite3_str_appendf(StrAccum *p, const char *zFormat, ...…
99574 sqlite3_str_appendf(&x, ")");
[all …]