Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dshell.c18200 *pAuxDb; /* Currently active database connection */ member
21951 struct AuxDb *pAuxDb = i<0 ? p->pAuxDb : &p->aAuxDb[i]; in session_close_all() local
26882 struct AuxDb *pAuxDb = p->pAuxDb; in do_meta_command() local
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dshell.c18195 *pAuxDb; /* Currently active database connection */ member
21946 struct AuxDb *pAuxDb = i<0 ? p->pAuxDb : &p->aAuxDb[i]; in session_close_all() local
26862 struct AuxDb *pAuxDb = p->pAuxDb; in do_meta_command() local