Lines Matching refs:sqlite3_str_append
8788 SQLITE_API void sqlite3_str_append(sqlite3_str*, const char *zIn, int N);
25412 if( j<i ) sqlite3_str_append(&sRes, zFmt+j, (int)(i-j)); in strftimeFunc()
25478 sqlite3_str_append(&sRes, cf=='p' ? "PM" : "pm", 2); in strftimeFunc()
25480 sqlite3_str_append(&sRes, cf=='p' ? "AM" : "am", 2); in strftimeFunc()
25527 if( j<i ) sqlite3_str_append(&sRes, zFmt+j, (int)(i-j)); in strftimeFunc()
31070 sqlite3_str_append(pAccum, bufpt, (int)(fmt - bufpt)); in sqlite3_str_vappendf()
31074 sqlite3_str_append(pAccum, "%", 1); in sqlite3_str_vappendf()
31540 sqlite3_str_append(pAccum, buf, length); in sqlite3_str_vappendf()
31550 sqlite3_str_append(pAccum, in sqlite3_str_vappendf()
31673 sqlite3_str_append(pAccum, (const char*)pToken->z, pToken->n); in sqlite3_str_vappendf()
31690 sqlite3_str_append(pAccum, ".", 1); in sqlite3_str_vappendf()
31723 sqlite3_str_append(pAccum, bufpt, length); in sqlite3_str_vappendf()
31726 sqlite3_str_append(pAccum, bufpt, length); in sqlite3_str_vappendf()
31859 SQLITE_API void sqlite3_str_append(sqlite3_str *p, const char *z, int N){ in sqlite3_str_append() function
31877 sqlite3_str_append(p, z, sqlite3Strlen30(z)); in sqlite3_str_appendall()
32344 sqlite3_str_append(&acc, p->bLine[i] ? "| " : " ", 4); in sqlite3TreeViewLine()
32346 sqlite3_str_append(&acc, p->bLine[i] ? "|-- " : "'-- ", 4); in sqlite3TreeViewLine()
32353 sqlite3_str_append(&acc, "\n", 1); in sqlite3TreeViewLine()
80626 sqlite3_str_append(&pCheck->errMsg, "\n", 1);
86241 sqlite3_str_append(p, ",", 1);
86244 sqlite3_str_append(p, ")", 1);
86275 sqlite3_str_append(&x, ")", 1);
86345 sqlite3_str_append(&x, "]", 1);
92507 sqlite3_str_append(&out, "-- ", 3);
92509 sqlite3_str_append(&out, zStart, (int)(zRawSql-zStart));
92512 sqlite3_str_append(&out, zRawSql, sqlite3Strlen30(zRawSql));
92517 sqlite3_str_append(&out, zRawSql, n);
92543 sqlite3_str_append(&out, "NULL", 4);
92584 sqlite3_str_append(&out, "x'", 2);
92592 sqlite3_str_append(&out, "'", 1);
125992 if( j ) sqlite3_str_append(&errMsg, ", ", 2);
125994 sqlite3_str_append(&errMsg, ".", 1);
129043 sqlite3_str_append(pStr, "NULL", 4);
129998 sqlite3_str_append(&pGCC->str, zSep, nSep);
130035 if( zVal ) sqlite3_str_append(&pGCC->str, zVal, nVal);
136119 #define sqlite3_str_append sqlite3_api->str_append
136622 sqlite3_str_append,
140447 sqlite3_str_append(&acc, ")", 1);
156209 if( bAnd ) sqlite3_str_append(pStr, " AND ", 5);
156211 if( nTerm>1 ) sqlite3_str_append(pStr, "(", 1);
156213 if( i ) sqlite3_str_append(pStr, ",", 1);
156216 if( nTerm>1 ) sqlite3_str_append(pStr, ")", 1);
156218 sqlite3_str_append(pStr, zOp, 1);
156220 if( nTerm>1 ) sqlite3_str_append(pStr, "(", 1);
156222 if( i ) sqlite3_str_append(pStr, ",", 1);
156223 sqlite3_str_append(pStr, "?", 1);
156225 if( nTerm>1 ) sqlite3_str_append(pStr, ")", 1);
156249 sqlite3_str_append(pStr, " (", 2);
156252 if( i ) sqlite3_str_append(pStr, " AND ", 5);
156264 sqlite3_str_append(pStr, ")", 1);
156329 sqlite3_str_append(&str, " USING ", 7);
156370 sqlite3_str_append(&str, " (~1 row)", 9);
156420 if( i>pLoop->nSkip ) sqlite3_str_append(&str, " AND ", 5);
156424 sqlite3_str_append(&str, ")", 1);
177636 sqlite3_str_append(pStr, " ", 1);
177677 sqlite3_str_append(pStr, " NULL", 5);
177687 sqlite3_str_append(pStr, "?", 1);
177696 sqlite3_str_append(pStr, "(", 1);
177703 sqlite3_str_append(pStr, "?,?,?", 5);
177707 sqlite3_str_append(pStr, ")", 1);
177720 sqlite3_str_append(pStr, "?", 1);
177727 sqlite3_str_append(pStr, zId, nId);
177734 sqlite3_str_append(pStr, zSql+i, n);
177749 sqlite3_str_append(pStr, zSql+i, n);
177758 if( tokenType!=TK_SEMI ) sqlite3_str_append(pStr, ";", 1);
206727 sqlite3_str_append(pOut, "\n", 1);
206734 sqlite3_str_append(pOut, (char*)&c, 1);
206736 sqlite3_str_append(pOut, "\"\n", 2);
211984 if( ii ) sqlite3_str_append(p, ",", 1);
212271 if( ii>0 ) sqlite3_str_append(pOut, " ", 1);
212280 sqlite3_str_append(pOut, "}", 1);
213183 sqlite3_str_append(x, "[", 1);