Lines Matching refs:sqlite3_str_append

8895 SQLITE_API void sqlite3_str_append(sqlite3_str*, const char *zIn, int N);
28350 sqlite3_str_append(pAccum, bufpt, (int)(fmt - bufpt));
28354 sqlite3_str_append(pAccum, "%", 1);
28825 sqlite3_str_append(pAccum, buf, length);
28937 sqlite3_str_append(pAccum, (const char*)pToken->z, pToken->n);
28954 sqlite3_str_append(pAccum, ".", 1);
28976 sqlite3_str_append(pAccum, bufpt, length);
28979 sqlite3_str_append(pAccum, bufpt, length);
29074 SQLITE_API void sqlite3_str_append(sqlite3_str *p, const char *z, int N){
29092 sqlite3_str_append(p, z, sqlite3Strlen30(z));
29460 sqlite3_str_append(&acc, p->bLine[i] ? "| " : " ", 4);
29462 sqlite3_str_append(&acc, p->bLine[i] ? "|-- " : "'-- ", 4);
29469 sqlite3_str_append(&acc, "\n", 1);
73951 sqlite3_str_append(&pCheck->errMsg, "\n", 1);
79153 sqlite3_str_append(p, ",", 1);
79156 sqlite3_str_append(p, ")", 1);
79187 sqlite3_str_append(&x, ")", 1);
79257 sqlite3_str_append(&x, "]", 1);
84928 sqlite3_str_append(&out, "-- ", 3);
84930 sqlite3_str_append(&out, zStart, (int)(zRawSql-zStart));
84933 sqlite3_str_append(&out, zRawSql, sqlite3Strlen30(zRawSql));
84938 sqlite3_str_append(&out, zRawSql, n);
84964 sqlite3_str_append(&out, "NULL", 4);
85005 sqlite3_str_append(&out, "x'", 2);
85013 sqlite3_str_append(&out, "'", 1);
114856 if( j ) sqlite3_str_append(&errMsg, ", ", 2);
114858 sqlite3_str_append(&errMsg, ".", 1);
118389 if( zSep ) sqlite3_str_append(pAccum, zSep, nSep);
118393 if( zVal ) sqlite3_str_append(pAccum, zVal, nVal);
123807 #define sqlite3_str_append sqlite3_api->str_append
124281 sqlite3_str_append,
127651 sqlite3_str_append(&acc, ")", 1);
140788 if( bAnd ) sqlite3_str_append(pStr, " AND ", 5);
140790 if( nTerm>1 ) sqlite3_str_append(pStr, "(", 1);
140792 if( i ) sqlite3_str_append(pStr, ",", 1);
140795 if( nTerm>1 ) sqlite3_str_append(pStr, ")", 1);
140797 sqlite3_str_append(pStr, zOp, 1);
140799 if( nTerm>1 ) sqlite3_str_append(pStr, "(", 1);
140801 if( i ) sqlite3_str_append(pStr, ",", 1);
140802 sqlite3_str_append(pStr, "?", 1);
140804 if( nTerm>1 ) sqlite3_str_append(pStr, ")", 1);
140828 sqlite3_str_append(pStr, " (", 2);
140831 if( i ) sqlite3_str_append(pStr, " AND ", 5);
140843 sqlite3_str_append(pStr, ")", 1);
140916 sqlite3_str_append(&str, " USING ", 7);
140946 sqlite3_str_append(&str, " (~1 row)", 9);
159650 sqlite3_str_append(pStr, " ", 1);
159691 sqlite3_str_append(pStr, " NULL", 5);
159701 sqlite3_str_append(pStr, "?", 1);
159710 sqlite3_str_append(pStr, "(", 1);
159717 sqlite3_str_append(pStr, "?,?,?", 5);
159721 sqlite3_str_append(pStr, ")", 1);
159734 sqlite3_str_append(pStr, "?", 1);
159741 sqlite3_str_append(pStr, zId, nId);
159748 sqlite3_str_append(pStr, zSql+i, n);
159763 sqlite3_str_append(pStr, zSql+i, n);
159772 if( tokenType!=TK_SEMI ) sqlite3_str_append(pStr, ";", 1);
190755 if( ii ) sqlite3_str_append(p, ",", 1);
191033 if( ii>0 ) sqlite3_str_append(pOut, " ", 1);
191042 sqlite3_str_append(pOut, "}", 1);
191925 sqlite3_str_append(x, "[", 1);