Lines Matching refs:sqlite3_str_append

9031 SQLITE_API void sqlite3_str_append(sqlite3_str*, const char *zIn, int N);
26137 if( j<i ) sqlite3_str_append(&sRes, zFmt+j, (int)(i-j)); in strftimeFunc()
26204 sqlite3_str_append(&sRes, cf=='p' ? "PM" : "pm", 2); in strftimeFunc()
26206 sqlite3_str_append(&sRes, cf=='p' ? "AM" : "am", 2); in strftimeFunc()
26273 if( j<i ) sqlite3_str_append(&sRes, zFmt+j, (int)(i-j)); in strftimeFunc()
31882 sqlite3_str_append(pAccum, bufpt, (int)(fmt - bufpt)); in sqlite3_str_vappendf()
31886 sqlite3_str_append(pAccum, "%", 1); in sqlite3_str_vappendf()
32336 sqlite3_str_append(pAccum, buf, length); in sqlite3_str_vappendf()
32346 sqlite3_str_append(pAccum, in sqlite3_str_vappendf()
32529 sqlite3_str_append(pAccum, (const char*)pToken->z, pToken->n); in sqlite3_str_vappendf()
32549 sqlite3_str_append(pAccum, ".", 1); in sqlite3_str_vappendf()
32586 sqlite3_str_append(pAccum, bufpt, length); in sqlite3_str_vappendf()
32589 sqlite3_str_append(pAccum, bufpt, length); in sqlite3_str_vappendf()
32723 SQLITE_API void sqlite3_str_append(sqlite3_str *p, const char *z, int N){ in sqlite3_str_append() function
32741 sqlite3_str_append(p, z, sqlite3Strlen30(z)); in sqlite3_str_appendall()
33217 sqlite3_str_append(&acc, p->bLine[i] ? "| " : " ", 4); in sqlite3TreeViewLine()
33219 sqlite3_str_append(&acc, p->bLine[i] ? "|-- " : "'-- ", 4); in sqlite3TreeViewLine()
33226 sqlite3_str_append(&acc, "\n", 1); in sqlite3TreeViewLine()
82108 sqlite3_str_append(&pCheck->errMsg, "\n", 1);
87785 sqlite3_str_append(p, ",", 1);
87788 sqlite3_str_append(p, ")", 1);
87819 sqlite3_str_append(&x, ")", 1);
87889 sqlite3_str_append(&x, "]", 1);
94149 sqlite3_str_append(&out, "-- ", 3);
94151 sqlite3_str_append(&out, zStart, (int)(zRawSql-zStart));
94154 sqlite3_str_append(&out, zRawSql, sqlite3Strlen30(zRawSql));
94159 sqlite3_str_append(&out, zRawSql, n);
94185 sqlite3_str_append(&out, "NULL", 4);
94226 sqlite3_str_append(&out, "x'", 2);
94234 sqlite3_str_append(&out, "'", 1);
128442 if( j ) sqlite3_str_append(&errMsg, ", ", 2);
128444 sqlite3_str_append(&errMsg, ".", 1);
131500 sqlite3_str_append(pStr, "NULL", 4);
132565 sqlite3_str_append(&pGCC->str, zSep, nSep);
132602 if( zVal ) sqlite3_str_append(&pGCC->str, zVal, nVal);
138995 #define sqlite3_str_append sqlite3_api->str_append
139500 sqlite3_str_append,
143464 sqlite3_str_append(&acc, ")", 1);
159629 if( bAnd ) sqlite3_str_append(pStr, " AND ", 5);
159631 if( nTerm>1 ) sqlite3_str_append(pStr, "(", 1);
159633 if( i ) sqlite3_str_append(pStr, ",", 1);
159636 if( nTerm>1 ) sqlite3_str_append(pStr, ")", 1);
159638 sqlite3_str_append(pStr, zOp, 1);
159640 if( nTerm>1 ) sqlite3_str_append(pStr, "(", 1);
159642 if( i ) sqlite3_str_append(pStr, ",", 1);
159643 sqlite3_str_append(pStr, "?", 1);
159645 if( nTerm>1 ) sqlite3_str_append(pStr, ")", 1);
159669 sqlite3_str_append(pStr, " (", 2);
159672 if( i ) sqlite3_str_append(pStr, " AND ", 5);
159684 sqlite3_str_append(pStr, ")", 1);
159749 sqlite3_str_append(&str, " USING ", 7);
159792 sqlite3_str_append(&str, " (~1 row)", 9);
159882 if( i>pLoop->nSkip ) sqlite3_str_append(&str, " AND ", 5);
159886 sqlite3_str_append(&str, ")", 1);
182081 sqlite3_str_append(pStr, " ", 1);
182123 sqlite3_str_append(pStr, " NULL", 5);
182133 sqlite3_str_append(pStr, "?", 1);
182142 sqlite3_str_append(pStr, "(", 1);
182149 sqlite3_str_append(pStr, "?,?,?", 5);
182153 sqlite3_str_append(pStr, ")", 1);
182166 sqlite3_str_append(pStr, "?", 1);
182173 sqlite3_str_append(pStr, zId, nId);
182180 sqlite3_str_append(pStr, zSql+i, n);
182195 sqlite3_str_append(pStr, zSql+i, n);
182204 if( tokenType!=TK_SEMI ) sqlite3_str_append(pStr, ";", 1);
211590 sqlite3_str_append(pOut, "\n", 1);
211597 sqlite3_str_append(pOut, (char*)&c, 1);
211599 sqlite3_str_append(pOut, "\"\n", 2);
216907 if( ii ) sqlite3_str_append(p, ",", 1);
217194 if( ii>0 ) sqlite3_str_append(pOut, " ", 1);
217203 sqlite3_str_append(pOut, "}", 1);
218106 sqlite3_str_append(x, "[", 1);