Lines Matching refs:expert
19470 ExpertInfo expert; /* Valid if previous command was ".expert OPT..." */ member
22180 assert( pState->expert.pExpert ); in expertHandleSQL()
22182 return sqlite3_expert_sql(pState->expert.pExpert, zSql, pzErr); in expertHandleSQL()
22201 sqlite3expert *p = pState->expert.pExpert; in expertFinish()
22205 int bVerbose = pState->expert.bVerbose; in expertFinish()
22232 pState->expert.pExpert = 0; in expertFinish()
22249 assert( pState->expert.pExpert==0 ); in expertDotCommand()
22250 memset(&pState->expert, 0, sizeof(ExpertInfo)); in expertDotCommand()
22258 pState->expert.bVerbose = 1; in expertDotCommand()
22279 pState->expert.pExpert = sqlite3_expert_new(pState->db, &zErr); in expertDotCommand()
22280 if( pState->expert.pExpert==0 ){ in expertDotCommand()
22285 pState->expert.pExpert, EXPERT_CONFIG_SAMPLE, iSample in expertDotCommand()
22320 if( pArg->expert.pExpert ){ in shell_exec()
26094 if( p->expert.pExpert ){ in do_meta_command()
30926 if( data.expert.pExpert ){