Searched refs:sqlite3_expert_report (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | shell.c | 11896 const char *sqlite3_expert_report(sqlite3expert*, int iStmt, int eReport); 14029 const char *sqlite3_expert_report(sqlite3expert *p, int iStmt, int eReport){ in sqlite3_expert_report() function 22213 const char *zCand = sqlite3_expert_report(p,0,EXPERT_REPORT_CANDIDATES); in expertFinish() 22218 const char *zSql = sqlite3_expert_report(p, i, EXPERT_REPORT_SQL); in expertFinish() 22219 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); in expertFinish() 22220 const char *zEQP = sqlite3_expert_report(p, i, EXPERT_REPORT_PLAN); in expertFinish()
|