Lines Matching refs:nOpt
190311 int nOpt = sqlite3Strlen30(zOpt); local
190312 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; local
192277 azCompileOpt = sqlite3CompileOptions(&nOpt);
192284 for(i=0; i<nOpt; i++){
192299 int nOpt; local
192301 azCompileOpt = sqlite3CompileOptions(&nOpt);
192302 if( N>=0 && N<nOpt ){
194887 int nOpt; member
194905 if( nKey==pOp->nOpt && !sqlite3_strnicmp(z, pOp->zOpt, pOp->nOpt) ){