Lines Matching refs:sqlite3_str_append

9031 SQLITE_API void sqlite3_str_append(sqlite3_str*, const char *zIn, int N);
26138 if( j<i ) sqlite3_str_append(&sRes, zFmt+j, (int)(i-j)); in strftimeFunc()
26205 sqlite3_str_append(&sRes, cf=='p' ? "PM" : "pm", 2); in strftimeFunc()
26207 sqlite3_str_append(&sRes, cf=='p' ? "AM" : "am", 2); in strftimeFunc()
26274 if( j<i ) sqlite3_str_append(&sRes, zFmt+j, (int)(i-j)); in strftimeFunc()
31883 sqlite3_str_append(pAccum, bufpt, (int)(fmt - bufpt)); in sqlite3_str_vappendf()
31887 sqlite3_str_append(pAccum, "%", 1); in sqlite3_str_vappendf()
32337 sqlite3_str_append(pAccum, buf, length); in sqlite3_str_vappendf()
32347 sqlite3_str_append(pAccum, in sqlite3_str_vappendf()
32530 sqlite3_str_append(pAccum, (const char*)pToken->z, pToken->n); in sqlite3_str_vappendf()
32550 sqlite3_str_append(pAccum, ".", 1); in sqlite3_str_vappendf()
32587 sqlite3_str_append(pAccum, bufpt, length); in sqlite3_str_vappendf()
32590 sqlite3_str_append(pAccum, bufpt, length); in sqlite3_str_vappendf()
32724 SQLITE_API void sqlite3_str_append(sqlite3_str *p, const char *z, int N){ in sqlite3_str_append() function
32742 sqlite3_str_append(p, z, sqlite3Strlen30(z)); in sqlite3_str_appendall()
33218 sqlite3_str_append(&acc, p->bLine[i] ? "| " : " ", 4); in sqlite3TreeViewLine()
33220 sqlite3_str_append(&acc, p->bLine[i] ? "|-- " : "'-- ", 4); in sqlite3TreeViewLine()
33227 sqlite3_str_append(&acc, "\n", 1); in sqlite3TreeViewLine()
82109 sqlite3_str_append(&pCheck->errMsg, "\n", 1);
87786 sqlite3_str_append(p, ",", 1);
87789 sqlite3_str_append(p, ")", 1);
87820 sqlite3_str_append(&x, ")", 1);
87890 sqlite3_str_append(&x, "]", 1);
94150 sqlite3_str_append(&out, "-- ", 3);
94152 sqlite3_str_append(&out, zStart, (int)(zRawSql-zStart));
94155 sqlite3_str_append(&out, zRawSql, sqlite3Strlen30(zRawSql));
94160 sqlite3_str_append(&out, zRawSql, n);
94186 sqlite3_str_append(&out, "NULL", 4);
94227 sqlite3_str_append(&out, "x'", 2);
94235 sqlite3_str_append(&out, "'", 1);
128467 if( j ) sqlite3_str_append(&errMsg, ", ", 2);
128469 sqlite3_str_append(&errMsg, ".", 1);
131525 sqlite3_str_append(pStr, "NULL", 4);
132590 sqlite3_str_append(&pGCC->str, zSep, nSep);
132627 if( zVal ) sqlite3_str_append(&pGCC->str, zVal, nVal);
139020 #define sqlite3_str_append sqlite3_api->str_append
139525 sqlite3_str_append,
143489 sqlite3_str_append(&acc, ")", 1);
159655 if( bAnd ) sqlite3_str_append(pStr, " AND ", 5);
159657 if( nTerm>1 ) sqlite3_str_append(pStr, "(", 1);
159659 if( i ) sqlite3_str_append(pStr, ",", 1);
159662 if( nTerm>1 ) sqlite3_str_append(pStr, ")", 1);
159664 sqlite3_str_append(pStr, zOp, 1);
159666 if( nTerm>1 ) sqlite3_str_append(pStr, "(", 1);
159668 if( i ) sqlite3_str_append(pStr, ",", 1);
159669 sqlite3_str_append(pStr, "?", 1);
159671 if( nTerm>1 ) sqlite3_str_append(pStr, ")", 1);
159695 sqlite3_str_append(pStr, " (", 2);
159698 if( i ) sqlite3_str_append(pStr, " AND ", 5);
159710 sqlite3_str_append(pStr, ")", 1);
159775 sqlite3_str_append(&str, " USING ", 7);
159818 sqlite3_str_append(&str, " (~1 row)", 9);
159908 if( i>pLoop->nSkip ) sqlite3_str_append(&str, " AND ", 5);
159912 sqlite3_str_append(&str, ")", 1);
182122 sqlite3_str_append(pStr, " ", 1);
182164 sqlite3_str_append(pStr, " NULL", 5);
182174 sqlite3_str_append(pStr, "?", 1);
182183 sqlite3_str_append(pStr, "(", 1);
182190 sqlite3_str_append(pStr, "?,?,?", 5);
182194 sqlite3_str_append(pStr, ")", 1);
182207 sqlite3_str_append(pStr, "?", 1);
182214 sqlite3_str_append(pStr, zId, nId);
182221 sqlite3_str_append(pStr, zSql+i, n);
182236 sqlite3_str_append(pStr, zSql+i, n);
182245 if( tokenType!=TK_SEMI ) sqlite3_str_append(pStr, ";", 1);
211631 sqlite3_str_append(pOut, "\n", 1);
211638 sqlite3_str_append(pOut, (char*)&c, 1);
211640 sqlite3_str_append(pOut, "\"\n", 2);
216948 if( ii ) sqlite3_str_append(p, ",", 1);
217235 if( ii>0 ) sqlite3_str_append(pOut, " ", 1);
217244 sqlite3_str_append(pOut, "}", 1);
218147 sqlite3_str_append(x, "[", 1);