Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3ext.h650 #define sqlite3_str_appendall sqlite3_api->str_appendall macro
H A Dsqlite3.h8713 SQLITE_API void sqlite3_str_appendall(sqlite3_str*, const char *zIn);
H A Dsqlite3.c9032 SQLITE_API void sqlite3_str_appendall(sqlite3_str*, const char *zIn);
32522 sqlite3_str_appendall(pAccum, (const char*)pExpr->u.zToken); in sqlite3_str_vappendf()
32543 sqlite3_str_appendall(pAccum, pItem->zAlias); in sqlite3_str_vappendf()
32549 sqlite3_str_appendall(pAccum, pItem->u4.zDatabase); in sqlite3_str_vappendf()
32552 sqlite3_str_appendall(pAccum, pItem->zName); in sqlite3_str_vappendf()
32554 sqlite3_str_appendall(pAccum, pItem->zAlias); in sqlite3_str_vappendf()
32741 SQLITE_API void sqlite3_str_appendall(sqlite3_str *p, const char *z){ in sqlite3_str_appendall() function
87662 sqlite3_str_appendall(&x, zP4);
87665 sqlite3_str_appendall(&x, pOp->zComment);
87711 sqlite3_str_appendall(&x, pOp->zComment);
[all …]
H A Dshell.c23525 sqlite3_str_appendall(pStr, zContext); in save_err_msg()