Home
last modified time | relevance | path

Searched refs:bOnce (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c32096 int bOnce = 0; /* 0: .output, 1: .once, 2: .excel/.www */ in dotCmdOutput() local
32107 bOnce = 2; in dotCmdOutput()
32110 bOnce = 2; in dotCmdOutput()
32112 bOnce = 1; in dotCmdOutput()
32152 if( cli_strcmp(z, "memory")==0 && bOnce ){ in dotCmdOutput()
32179 if( bOnce ){ in dotCmdOutput()
H A Dsqlite3.c174153 u8 bOnce = 1; /* True to run the ORDER BY search loop */ local
174190 bOnce = 0;
174228 for(i=0; bOnce && i<nOrderBy; i++){
174234 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;