Home
last modified time | relevance | path

Searched refs:zExplain (Results 1 – 2 of 2) sorted by relevance

/minix3/external/public-domain/sqlite/dist/
H A Dshell.c1302 const char *zExplain = 0; in shell_exec() local
1303 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()
H A Dsqlite3.c13954 char *zExplain; /* Explanation of data structures */ member
63992 sqlite3DbFree(db, p->zExplain);
66373 sqlite3_free(pVdbe->zExplain);
66375 pVdbe->zExplain = sqlite3StrAccumFinish(&pVdbe->pExplain->str);
66386 return (pVdbe && pVdbe->zExplain) ? pVdbe->zExplain : 0;