Searched refs:nOpt (Results 1 – 1 of 1) sorted by relevance
190311 int nOpt = sqlite3Strlen30(zOpt); local190312 char *zVal = &zOpt[nOpt+1];190315 if( nOpt==3 && memcmp("vfs", zOpt, 3)==0 ){190326 if( nOpt==5 && memcmp("cache", zOpt, 5)==0 ){190338 if( nOpt==4 && memcmp("mode", zOpt, 4)==0 ){192267 int nOpt; local192277 azCompileOpt = sqlite3CompileOptions(&nOpt);192284 for(i=0; i<nOpt; i++){192299 int nOpt; local192301 azCompileOpt = sqlite3CompileOptions(&nOpt);[all …]