Searched refs:zEQP (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 12038 char *zEQP; /* Plan */ member 13066 sqlite3_free(p->zEQP); in idxStatementFree() 13157 pStmt->zEQP = idxAppendText(&rc, pStmt->zEQP, "%s\n", zDetail); in idxFindIndexes() 14043 if( pStmt ) zRet = pStmt->zEQP; in sqlite3_expert_report() 22220 const char *zEQP = sqlite3_expert_report(p, i, EXPERT_REPORT_PLAN); in expertFinish() local 22227 oputf("%s\n", zEQP); in expertFinish() 24776 const char *zEQP = (const char*)sqlite3_column_text(pSql, 0); in lintFkeyIndexes() local 24783 if( zEQP==0 ) continue; in lintFkeyIndexes() 24785 rc = sqlite3_prepare_v2(db, zEQP, -1, &pExplain, 0); in lintFkeyIndexes()
|