Lines Matching refs:sqlite3_str_appendall
1173 sqlite3_str_appendall(p->pOut, in qrfEqpRender()
1176 sqlite3_str_appendall(p->pOut, in qrfEqpRender()
1180 sqlite3_str_appendall(p->pOut, in qrfEqpRender()
1183 sqlite3_str_appendall(p->pOut, in qrfEqpRender()
1186 sqlite3_str_appendall(p->pOut, "QUERY PLAN"); in qrfEqpRender()
1189 sqlite3_str_appendall(p->pOut, " 100%\n"); in qrfEqpRender()
1191 sqlite3_str_appendall(p->pOut, "QUERY PLAN\n"); in qrfEqpRender()
1752 sqlite3_str_appendall(pOut, zTxt); in qrfEncodeText()
1775 sqlite3_str_appendall(pOut, zTxt); in qrfEncodeText()
1838 sqlite3_str_appendall(pOut, zTxt); in qrfEncodeText()
1976 sqlite3_str_appendall(pOut, z); in qrfRenderValue()
1988 sqlite3_str_appendall(pOut, zTxt); in qrfRenderValue()
2077 sqlite3_str_appendall(pOut, p->spec.zNull); in qrfRenderValue()
2547 sqlite3_str_appendall(pOut, zSep1); in qrfBoxSeparator()
2551 sqlite3_str_appendall(pOut, zSep2); in qrfBoxSeparator()
2555 sqlite3_str_appendall(pOut, zSep3); in qrfBoxSeparator()
3312 sqlite3_str_appendall(p->pOut, zSep); in qrfExplain()
3565 if( i>0 ) sqlite3_str_appendall(p->pOut, p->spec.zColumnSep); in qrfOneSimpleRow()
3568 sqlite3_str_appendall(p->pOut, p->spec.zRowSep); in qrfOneSimpleRow()
3573 if( i>0 ) sqlite3_str_appendall(p->pOut, p->spec.zColumnSep); in qrfOneSimpleRow()
3576 sqlite3_str_appendall(p->pOut, p->spec.zRowSep); in qrfOneSimpleRow()
24029 sqlite3_str_appendall(cli_output_capture, zText); in cli_puts()
25416 sqlite3_str_appendall(out,zq); in append_c_string()
25438 sqlite3_str_appendall(out,ace); in append_c_string()
25443 sqlite3_str_appendall(out, ace+1); in append_c_string()
25447 sqlite3_str_appendall(out, zq); in append_c_string()
25779 sqlite3_str_appendall(pOut, z); in shellFormatSchema()
26011 sqlite3_str_appendall(pStr, zContext); in save_err_msg()
30917 sqlite3_str_appendall(pMsg, "should be"); in pickStr()
31111 sqlite3_str_appendall(pContent, zLine); in dotCmdImport()
31838 if( p->nPopMode ) sqlite3_str_appendall(pDesc, "--once "); in dotCmdMode()
31839 sqlite3_str_appendall(pDesc,pI->zName); in dotCmdMode()
31842 sqlite3_str_appendall(pDesc, " --align \""); in dotCmdMode()
31917 sqlite3_str_appendall(pDesc, " --sw auto"); in dotCmdMode()
31933 sqlite3_str_appendall(pDesc, " --titles off"); in dotCmdMode()
31935 sqlite3_str_appendall(pDesc, " --titles on"); in dotCmdMode()
31950 sqlite3_str_appendall(pDesc, " --widths \"\""); in dotCmdMode()
32282 sqlite3_str_appendall(pPattern, zLine); in dotCmdCheck()
34132 sqlite3_str_appendall(pSql, zDiv); in do_meta_command()
34152 sqlite3_str_appendall(pSql, in do_meta_command()
34163 sqlite3_str_appendall(pSql, "lower(format('%%s.%%s',sname,tbl_name))"); in do_meta_command()
34165 sqlite3_str_appendall(pSql, "lower(tbl_name)"); in do_meta_command()
34843 sqlite3_str_appendall(pSql, " UNION ALL "); in do_meta_command()
34846 sqlite3_str_appendall(pSql, "SELECT name FROM "); in do_meta_command()
34861 sqlite3_str_appendall(pSql, " ORDER BY 1"); in do_meta_command()