Lines Matching refs:sqlite3_str_append

8400 SQLITE_API void sqlite3_str_append(sqlite3_str*, const char *zIn, int N);
23721 if( j<i ) sqlite3_str_append(&sRes, zFmt+j, (int)(i-j));
23797 if( j<i ) sqlite3_str_append(&sRes, zFmt+j, (int)(i-j));
29182 sqlite3_str_append(pAccum, bufpt, (int)(fmt - bufpt));
29186 sqlite3_str_append(pAccum, "%", 1);
29656 sqlite3_str_append(pAccum, buf, length);
29768 sqlite3_str_append(pAccum, (const char*)pToken->z, pToken->n);
29783 sqlite3_str_append(pAccum, ".", 1);
29810 sqlite3_str_append(pAccum, bufpt, length);
29813 sqlite3_str_append(pAccum, bufpt, length);
29908 SQLITE_API void sqlite3_str_append(sqlite3_str *p, const char *z, int N){
29926 sqlite3_str_append(p, z, sqlite3Strlen30(z));
30310 sqlite3_str_append(&acc, p->bLine[i] ? "| " : " ", 4);
30312 sqlite3_str_append(&acc, p->bLine[i] ? "|-- " : "'-- ", 4);
30319 sqlite3_str_append(&acc, "\n", 1);
75522 sqlite3_str_append(&pCheck->errMsg, "\n", 1);
80796 sqlite3_str_append(p, ",", 1);
80799 sqlite3_str_append(p, ")", 1);
80830 sqlite3_str_append(&x, ")", 1);
80900 sqlite3_str_append(&x, "]", 1);
86606 sqlite3_str_append(&out, "-- ", 3);
86608 sqlite3_str_append(&out, zStart, (int)(zRawSql-zStart));
86611 sqlite3_str_append(&out, zRawSql, sqlite3Strlen30(zRawSql));
86616 sqlite3_str_append(&out, zRawSql, n);
86642 sqlite3_str_append(&out, "NULL", 4);
86683 sqlite3_str_append(&out, "x'", 2);
86691 sqlite3_str_append(&out, "'", 1);
118336 if( j ) sqlite3_str_append(&errMsg, ", ", 2);
118338 sqlite3_str_append(&errMsg, ".", 1);
121947 sqlite3_str_append(&pGCC->str, zSep, nSep);
121984 if( zVal ) sqlite3_str_append(&pGCC->str, zVal, nVal);
127939 #define sqlite3_str_append sqlite3_api->str_append
128420 sqlite3_str_append,
131973 sqlite3_str_append(&acc, ")", 1);
146486 if( bAnd ) sqlite3_str_append(pStr, " AND ", 5);
146488 if( nTerm>1 ) sqlite3_str_append(pStr, "(", 1);
146490 if( i ) sqlite3_str_append(pStr, ",", 1);
146493 if( nTerm>1 ) sqlite3_str_append(pStr, ")", 1);
146495 sqlite3_str_append(pStr, zOp, 1);
146497 if( nTerm>1 ) sqlite3_str_append(pStr, "(", 1);
146499 if( i ) sqlite3_str_append(pStr, ",", 1);
146500 sqlite3_str_append(pStr, "?", 1);
146502 if( nTerm>1 ) sqlite3_str_append(pStr, ")", 1);
146526 sqlite3_str_append(pStr, " (", 2);
146529 if( i ) sqlite3_str_append(pStr, " AND ", 5);
146541 sqlite3_str_append(pStr, ")", 1);
146606 sqlite3_str_append(&str, " USING ", 7);
146636 sqlite3_str_append(&str, " (~1 row)", 9);
166073 sqlite3_str_append(pStr, " ", 1);
166114 sqlite3_str_append(pStr, " NULL", 5);
166124 sqlite3_str_append(pStr, "?", 1);
166133 sqlite3_str_append(pStr, "(", 1);
166140 sqlite3_str_append(pStr, "?,?,?", 5);
166144 sqlite3_str_append(pStr, ")", 1);
166157 sqlite3_str_append(pStr, "?", 1);
166164 sqlite3_str_append(pStr, zId, nId);
166171 sqlite3_str_append(pStr, zSql+i, n);
166186 sqlite3_str_append(pStr, zSql+i, n);
166195 if( tokenType!=TK_SEMI ) sqlite3_str_append(pStr, ";", 1);
197554 if( ii ) sqlite3_str_append(p, ",", 1);
197836 if( ii>0 ) sqlite3_str_append(pOut, " ", 1);
197845 sqlite3_str_append(pOut, "}", 1);
198740 sqlite3_str_append(x, "[", 1);