Home
last modified time | relevance | path

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

/sqlite-3.40.0/mptest/
H A Dmptest.c1205 int hasArg in findOption() argument
1211 assert( hasArg==0 || hasArg==1 ); in findOption()
1214 if( i+hasArg >= nArg ) break; in findOption()
1223 if( hasArg && i==nArg-1 ){ in findOption()
1226 if( hasArg ){ in findOption()
1231 j = i+1+(hasArg!=0); in findOption()
/sqlite-3.40.0/ext/fts3/tool/
H A Dfts3view.c33 const char *findOption(const char *zName, int hasArg, const char *zDefault){ in findOption() argument
41 if( hasArg==0 || i==nExtra-1 ) j = 0; in findOption()