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

/external/sqlite/dist/orig/
H A Dshell.c562 #define SHFLG_Scratch 0x00001 /* The --scratch option is used */ macro
1244 if( pArg->shellFlgs & SHFLG_Scratch ){
4560 data.shellFlgs |= SHFLG_Scratch;
/external/sqlite/dist/
H A Dshell.c568 #define SHFLG_Scratch 0x00001 /* The --scratch option is used */ macro
1250 if( pArg->shellFlgs & SHFLG_Scratch ){
4582 data.shellFlgs |= SHFLG_Scratch;

Completed in 117 milliseconds