Lines Matching refs:sqlite3_str_value
1318 sqlite3_str_value(pStats) in qrfEqpStats()
1321 qrfEqpAppend(p, iId, iPid, sqlite3_str_value(pLine)); in qrfEqpStats()
1354 sqlite3_str_value(p->pOut), in qrfWrite()
1627 zIn = (unsigned char*)sqlite3_str_value(pStr); in qrfEscape()
1648 zOut = (unsigned char*)sqlite3_str_value(pStr); in qrfEscape()
2023 zVal = sqlite3_str_value(pOut); in qrfRenderValue()
2046 zVal = sqlite3_str_value(pOut); in qrfRenderValue()
2092 z = (const unsigned char*)sqlite3_str_value(pOut) + iStartLen; in qrfRenderValue()
2129 const char *zOut = sqlite3_str_value(pOut); in qrfRTrim()
3526 zVal = sqlite3_str_value(pVal); in qrfOneSimpleRow()
3813 memcpy(zCombined+sz, sqlite3_str_value(p->pOut), n+1); in qrfFinalize()
32067 sqlite3_fprintf(stdout, "%s", sqlite3_str_value(cli_output_capture)); in dotCmdOutput()
32246 sqlite3_fprintf(stdout, "%s", sqlite3_str_value(cli_output_capture)); in dotCmdCheck()
32269 zTest = sqlite3_str_value(cli_output_capture); in dotCmdCheck()
33439 cli_printf(stdout,"%s;\n", sqlite3_str_value(pSql)); in do_meta_command()
33443 shell_exec(p, sqlite3_str_value(pSql), 0); in do_meta_command()
34178 cli_printf(p->out, "SQL: %s;\n", sqlite3_str_value(pSql)); in do_meta_command()
34180 rc = shell_exec(&data, sqlite3_str_value(pSql), &zErrMsg); in do_meta_command()
34867 shell_exec(p, sqlite3_str_value(pSql), 0); in do_meta_command()