Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c26338 int bOnce = 0; /* 0: .output, 1: .once, 2: .excel */ in do_meta_command() local
26345 bOnce = 2; in do_meta_command()
26347 bOnce = 1; in do_meta_command()
26382 if( bOnce ){ in do_meta_command()
H A Dsqlite3.c165662 u8 bOnce = 1; /* True to run the ORDER BY search loop */
165699 bOnce = 0;
165737 for(i=0; bOnce && i<nOrderBy; i++){
165743 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;