Home
last modified time | relevance | path

Searched refs:nOpt (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c182888 int nOpt = sqlite3Strlen30(zOpt);
182889 char *zVal = &zOpt[nOpt+1];
182892 if( nOpt==3 && memcmp("vfs", zOpt, 3)==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;
[all …]