Searched refs:azCompileOpt (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c12151 static const char * const azCompileOpt[] = { variable
12504 /* Since ArraySize(azCompileOpt) is normally in single digits, a
12506 for(i=0; i<ArraySize(azCompileOpt); i++){
12507 if( (sqlite3StrNICmp(zOptName, azCompileOpt[i], n)==0)
12508 && ( (azCompileOpt[i][n]==0) || (azCompileOpt[i][n]=='=') ) ) return 1;
12518 if( N>=0 && N<ArraySize(azCompileOpt) ){
12519 return azCompileOpt[N];
[all...]

Completed in 466 milliseconds