Home
last modified time | relevance | path

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

/sqlite-3.40.0/mptest/
H A Dmptest.c845 static int booleanValue(char *zArg){ in booleanValue() function
1175 g.bIgnoreSqlErrors = nArg>=1 ? !booleanValue(azArg[0]) : 1; in runScript()
/sqlite-3.40.0/src/
H A Dshell.c.in5340 static int booleanValue(const char *zArg){ function
5363 if( booleanValue(zArg) ){
7643 if( booleanValue(azArg[1]) ){
7735 bail_on_error = booleanValue(azArg[1]);
7744 if( booleanValue(azArg[1]) ){
8134 val = booleanValue(azArg[1]);
8360 p->showHeader = booleanValue(azArg[1]);
9897 v = booleanValue(azArg[i]);
10507 int opt = booleanValue(azArg[2]);
10517 int opt = booleanValue(azArg[2]);
[all …]