Home
last modified time | relevance | path

Searched refs:aAuxDb (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c15589 } aAuxDb[5], /* Array of all database connections */ member
19147 struct AuxDb *pAuxDb = i<0 ? p->pAuxDb : &p->aAuxDb[i]; in session_close_all()
19219 ** program. Read content from the file in p->aAuxDb[].zDbFilename.
19220 ** If p->aAuxDb[].zDbFilename is 0, then read from standard input.
22240 for(i=0; i<ArraySize(p->aAuxDb); i++){ in do_meta_command()
22241 const char *zFile = p->aAuxDb[i].zDbFilename; in do_meta_command()
22242 if( p->aAuxDb[i].db==0 && p->pAuxDb!=&p->aAuxDb[i] ){ in do_meta_command()
22249 if( p->pAuxDb == &p->aAuxDb[i] ){ in do_meta_command()
22251 }else if( p->aAuxDb[ in do_meta_command()
[all...]

Completed in 33 milliseconds