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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h575 #define sqlite3_strnicmp sqlite3_api->strnicmp macro
H A Dsqlite3.h6255 ** ^Collation names that compare equal according to [sqlite3_strnicmp()] are
9440 ** ^The [sqlite3_stricmp()] and [sqlite3_strnicmp()] APIs allow applications
9446 SQLITE_API int sqlite3_strnicmp(const char *, const char *, int);
9459 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()].
9482 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()].
H A Dsqlite3.c6568 ** ^Collation names that compare equal according to [sqlite3_strnicmp()] are
9753 ** ^The [sqlite3_stricmp()] and [sqlite3_strnicmp()] APIs allow applications
9759 SQLITE_API int sqlite3_strnicmp(const char *, const char *, int);
9772 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()].
9795 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()].
20533 #define sqlite3StrNICmp sqlite3_strnicmp
34984 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ function
136047 #define sqlite3_strnicmp macro
[all...]
H A Dshell.c8404 && sqlite3_strnicmp(pCur->zPrefix, pCur->zCurrentRow, pCur->nPrefix)==0
23480 if( n>1 && sqlite3_strnicmp("-verbose", azArg[i], n)==0 ){
23483 else if( n>1 && sqlite3_strnicmp("-groupbyparent", azArg[i], n)==0 ){
23581 if( n<1 || sqlite3_strnicmp(azArg[1], "fkey-indexes", n) ) goto usage;
26013 if( sqlite3_strnicmp(aLimit[i].zLimitName, azArg[1], n2)==0 ){
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1816 int sqlite3_strnicmp(const char * , const char * , int);

Completed in 616 milliseconds