Home
last modified time | relevance | path

Searched defs:pAuxDb (Results 1 – 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c12246 *pAuxDb; /* Currently active database connection */ member
15763 struct AuxDb *pAuxDb = i<0 ? p->pAuxDb : &p->aAuxDb[i]; in session_close_all() local
21309 struct AuxDb *pAuxDb = p->pAuxDb; in do_meta_command() local
/external/sqlite/dist/
Dshell.c12251 *pAuxDb; /* Currently active database connection */ member
15768 struct AuxDb *pAuxDb = i<0 ? p->pAuxDb : &p->aAuxDb[i]; in session_close_all() local
21330 struct AuxDb *pAuxDb = p->pAuxDb; in do_meta_command() local