Searched refs:zExplain (Results 1 – 2 of 2) sorted by relevance
1302 const char *zExplain = 0; in shell_exec() local1303 sqlite3_test_control(SQLITE_TESTCTRL_EXPLAIN_STMT, pStmt, &zExplain); in shell_exec()1304 if( zExplain && zExplain[0] ){ in shell_exec()1305 fprintf(pArg->out, "%s", zExplain); in shell_exec()
13954 char *zExplain; /* Explanation of data structures */ member63992 sqlite3DbFree(db, p->zExplain);66373 sqlite3_free(pVdbe->zExplain);66375 pVdbe->zExplain = sqlite3StrAccumFinish(&pVdbe->pExplain->str);66386 return (pVdbe && pVdbe->zExplain) ? pVdbe->zExplain : 0;