Searched refs:nOpt (Results 1 – 1 of 1) sorted by relevance
190602 i64 nOpt = strlen(zOpt); local190603 char *zVal = &zOpt[nOpt+1];190606 if( nOpt==3 && memcmp("vfs", zOpt, 3)==0 ){190617 if( nOpt==5 && memcmp("cache", zOpt, 5)==0 ){190629 if( nOpt==4 && memcmp("mode", zOpt, 4)==0 ){192564 int nOpt; local192574 azCompileOpt = sqlite3CompileOptions(&nOpt);192581 for(i=0; i<nOpt; i++){192596 int nOpt; local192598 azCompileOpt = sqlite3CompileOptions(&nOpt);[all …]