Searched refs:zArg (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dshell.c1425 ** Interpret zArg as a boolean value. Return either 0 or 1.
1427 static int booleanValue(char *zArg){ argument
1428 int val = atoi(zArg);
1430 for(j=0; zArg[j]; j++){
1431 zArg[j] = (char)tolower(zArg[j]);
1433 if( strcmp(zArg,"on")==0 ){
1435 }else if( strcmp(zArg,"yes")==0 ){
H A Dsqlite3.c79382 const unsigned char *zArg = sqlite3_value_text(argv[0]); local
93496 addModuleArgument(sqlite3 *db, Table *pTable, char *zArg) argument
111618 sqlite3Fts3InitTokenizer( Fts3Hash *pHash, const char *zArg, sqlite3_tokenizer **ppTok, const char **pzTokenizer, char **pzErr ) argument
111734 const char *zArg = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dshell.c1425 ** Interpret zArg as a boolean value. Return either 0 or 1.
1427 static int booleanValue(char *zArg){ argument
1428 int val = atoi(zArg);
1430 for(j=0; zArg[j]; j++){
1431 zArg[j] = (char)tolower(zArg[j]);
1433 if( strcmp(zArg,"on")==0 ){
1435 }else if( strcmp(zArg,"yes")==0 ){
H A Dsqlite3.c79382 const unsigned char *zArg = sqlite3_value_text(argv[0]); local
93496 addModuleArgument(sqlite3 *db, Table *pTable, char *zArg) argument
111618 sqlite3Fts3InitTokenizer( Fts3Hash *pHash, const char *zArg, sqlite3_tokenizer **ppTok, const char **pzTokenizer, char **pzErr ) argument
111734 const char *zArg = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dshell.c1425 ** Interpret zArg as a boolean value. Return either 0 or 1.
1427 static int booleanValue(char *zArg){ argument
1428 int val = atoi(zArg);
1430 for(j=0; zArg[j]; j++){
1431 zArg[j] = (char)tolower(zArg[j]);
1433 if( strcmp(zArg,"on")==0 ){
1435 }else if( strcmp(zArg,"yes")==0 ){
H A Dsqlite3.c79382 const unsigned char *zArg = sqlite3_value_text(argv[0]); local
93496 addModuleArgument(sqlite3 *db, Table *pTable, char *zArg) argument
111618 sqlite3Fts3InitTokenizer( Fts3Hash *pHash, const char *zArg, sqlite3_tokenizer **ppTok, const char **pzTokenizer, char **pzErr ) argument
111734 const char *zArg = 0; local
[all...]

Completed in 889 milliseconds