Home
last modified time | relevance | path

Searched refs:Cmd (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/expert/
H A Dtest_expert.c204 struct Cmd { in TestExpert_Init() struct
212 for(i=0; i<sizeof(aCmd)/sizeof(struct Cmd); i++){ in TestExpert_Init()
213 struct Cmd *p = &aCmd[i]; in TestExpert_Init()
/sqlite-3.40.0/ext/recover/
H A Dtest_recover.c293 struct Cmd { in TestRecover_Init() struct
304 for(i=0; i<sizeof(aCmd)/sizeof(struct Cmd); i++){ in TestRecover_Init()
305 struct Cmd *p = &aCmd[i]; in TestRecover_Init()
/sqlite-3.40.0/ext/session/
H A Dtest_session.c1325 struct Cmd { in TestSession_Init() struct
1343 for(i=0; i<sizeof(aCmd)/sizeof(struct Cmd); i++){ in TestSession_Init()
1344 struct Cmd *p = &aCmd[i]; in TestSession_Init()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_tcl.c1124 static struct Cmd { in Fts5tcl_Init() struct
1145 struct Cmd *p = &aCmd[i]; in Fts5tcl_Init()