Searched defs:zOptName (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c719 SQLITE_API int sqlite3_compileoption_used(const char *zOptName);
11925 SQLITE_API int sqlite3_compileoption_used(const char *zOptName){ argument
11927 if( sqlite3StrNICmp(zOptName, "SQLITE_", 7)==0 ) zOptName += 7;
11928 n = sqlite3Strlen30(zOptName);
11933 if( (sqlite3StrNICmp(zOptName, azCompileOpt[i], n)==0)
[all...]

Completed in 243 milliseconds