Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c15563 unsigned shellFlgs; /* Various flags */ member
15642 ** These are the allowed shellFlgs values
15656 ** Macros for testing and setting shellFlgs
15658 #define ShellHasFlag(P,X) (((P)->shellFlgs & (X))!=0)
15659 #define ShellSetFlag(P,X) ((P)->shellFlgs|=(X))
15660 #define ShellClearFlag(P,X) ((P)->shellFlgs&=(~(X)))
15922 p->priorShFlgs = p->shellFlgs; in outputModePush()
15928 p->shellFlgs = p->priorShFlgs; in outputModePop()
17276 if( pArg->shellFlgs & SHFLG_Pagecache ){ in display_stats()
17292 if( pArg->shellFlgs in display_stats()
[all...]

Completed in 31 milliseconds