Searched refs:sqlite3_str_appendall (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | printf.c | 857 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 D | pragma.c | 2577 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 D | loadext.c | 448 sqlite3_str_appendall,
|
| H A D | sqlite3ext.h | 641 #define sqlite3_str_appendall sqlite3_api->str_appendall macro
|
| H A D | vdbeaux.c | 1611 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 D | build.c | 5356 sqlite3_str_appendall(&errMsg, pTab->zName); in sqlite3UniqueConstraint() 5358 sqlite3_str_appendall(&errMsg, zCol); in sqlite3UniqueConstraint()
|
| H A D | wherecode.c | 59 sqlite3_str_appendall(pStr, explainIndexColumnName(pIdx, iTerm+i)); in explainAppendTerm()
|
| H A D | sqlite.h.in | 8201 ** 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 D | shell.c.in | 2752 sqlite3_str_appendall(pStr, zContext);
|