Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c7908 typedef struct ExpertInfo ExpertInfo; typedef
7909 struct ExpertInfo { struct
7964 ExpertInfo expert; /* Valid if previous command was ".expert OPT..." */
9622 memset(&pState->expert, 0, sizeof(ExpertInfo)); in expertDotCommand()
/external/sqlite/dist/
Dshell.c7914 typedef struct ExpertInfo ExpertInfo; typedef
7915 struct ExpertInfo { struct
7970 ExpertInfo expert; /* Valid if previous command was ".expert OPT..." */
9628 memset(&pState->expert, 0, sizeof(ExpertInfo)); in expertDotCommand()