Lines Matching refs:nOpt
182888 int nOpt = sqlite3Strlen30(zOpt);
182889 char *zVal = &zOpt[nOpt+1];
182892 if( nOpt==3 && memcmp("vfs", zOpt, 3)==0 ){
182903 if( nOpt==5 && memcmp("cache", zOpt, 5)==0 ){
182915 if( nOpt==4 && memcmp("mode", zOpt, 4)==0 ){
184825 int nOpt;
184835 azCompileOpt = sqlite3CompileOptions(&nOpt);
184842 for(i=0; i<nOpt; i++){
184857 int nOpt;
184859 azCompileOpt = sqlite3CompileOptions(&nOpt);
184860 if( N>=0 && N<nOpt ){
187412 int nOpt;
187430 if( nKey==pOp->nOpt && !sqlite3_strnicmp(z, pOp->zOpt, pOp->nOpt) ){