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

/freebsd-10.2-release/contrib/sqlite3/
H A Dshell.c1532 if( sqlite3_stricmp(zArg, "on")==0 || sqlite3_stricmp(zArg,"yes")==0 ){
1535 if( sqlite3_stricmp(zArg, "off")==0 || sqlite3_stricmp(zArg,"no")==0 ){
1572 if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){
H A Dsqlite3ext.h464 #define sqlite3_stricmp sqlite3_api->stricmp macro
H A Dsqlite3.h6863 ** ^The [sqlite3_stricmp()] and [sqlite3_strnicmp()] APIs allow applications
6868 SQLITE_API int sqlite3_stricmp(const char *, const char *);
6882 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()].
H A Dsqlite3.c7434 ** ^The [sqlite3_stricmp()] and [sqlite3_strnicmp()] APIs allow applications
7439 SQLITE_API int sqlite3_stricmp(const char *, const char *);
7453 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()].
11845 #define sqlite3StrICmp sqlite3_stricmp
21448 ** IMPLEMENTATION-OF: R-30243-02494 The sqlite3_stricmp() and
21454 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){ function
92641 #define sqlite3_stricmp macro
[all...]

Completed in 504 milliseconds