Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c32033 int bOnce = 0; /* 0: .output, 1: .once, 2: .excel/.www */ in dotCmdOutput() local
32044 bOnce = 2; in dotCmdOutput()
32047 bOnce = 2; in dotCmdOutput()
32049 bOnce = 1; in dotCmdOutput()
32089 if( cli_strcmp(z, "memory")==0 && bOnce ){ in dotCmdOutput()
32116 if( bOnce ){ in dotCmdOutput()
H A Dsqlite3.c173898 u8 bOnce = 1; /* True to run the ORDER BY search loop */ local
173935 bOnce = 0;
173973 for(i=0; bOnce && i<nOrderBy; i++){
173979 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;