Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dprintf.c857 sqlite3_str_appendall(pAccum, (const char*)pExpr->u.zToken); in sqlite3_str_vappendf()
878 sqlite3_str_appendall(pAccum, pItem->zAlias); in sqlite3_str_vappendf()
881 sqlite3_str_appendall(pAccum, pItem->zDatabase); in sqlite3_str_vappendf()
884 sqlite3_str_appendall(pAccum, pItem->zName); in sqlite3_str_vappendf()
886 sqlite3_str_appendall(pAccum, pItem->zAlias); in sqlite3_str_vappendf()
1068 void sqlite3_str_appendall(sqlite3_str *p, const char *z){ in sqlite3_str_appendall() function
H A Dpragma.c2577 sqlite3_str_appendall(&acc, "CREATE TABLE x"); in pragmaVtabConnect()
2588 sqlite3_str_appendall(&acc, ",arg HIDDEN"); in pragmaVtabConnect()
2592 sqlite3_str_appendall(&acc, ",schema HIDDEN"); in pragmaVtabConnect()
2747 sqlite3_str_appendall(&acc, "PRAGMA "); in pragmaVtabFilter()
2751 sqlite3_str_appendall(&acc, pTab->pName->zName); in pragmaVtabFilter()
H A Dloadext.c448 sqlite3_str_appendall,
H A Dsqlite3ext.h641 #define sqlite3_str_appendall sqlite3_api->str_appendall macro
H A Dvdbeaux.c1611 sqlite3_str_appendall(&x, zP4); in sqlite3VdbeDisplayComment()
1614 sqlite3_str_appendall(&x, pOp->zComment); in sqlite3VdbeDisplayComment()
1660 sqlite3_str_appendall(&x, pOp->zComment); in sqlite3VdbeDisplayComment()
1854 if( zP4 ) sqlite3_str_appendall(&x, zP4); in sqlite3VdbeDisplayP4()
H A Dbuild.c5356 sqlite3_str_appendall(&errMsg, pTab->zName); in sqlite3UniqueConstraint()
5358 sqlite3_str_appendall(&errMsg, zCol); in sqlite3UniqueConstraint()
H A Dwherecode.c59 sqlite3_str_appendall(pStr, explainIndexColumnName(pIdx, iTerm+i)); in explainAppendTerm()
H A Dsqlite.h.in8201 ** zero-terminated string in its entirety, use the [sqlite3_str_appendall()]
8204 ** ^The [sqlite3_str_appendall(X,S)] method appends the complete content of
8221 void sqlite3_str_appendall(sqlite3_str*, const char *zIn);
H A Dshell.c.in2752 sqlite3_str_appendall(pStr, zContext);