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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile188 sqlite3_stricmp.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c1883 if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){
1998 if( cQuote && sqlite3_stricmp(zSchema,"temp")==0 ) cQuote = 0;
2131 if( cQuote && sqlite3_stricmp(zSchema,"temp")!=0 ){
2391 if( sqlite3_stricmp(dirname, "/")==0 ){
9665 assert( 0==sqlite3_stricmp(argv[0], "zipfile") );
9666 if( (0!=sqlite3_stricmp(argv[2], "zipfile") && argc<4) || argc>4 ){
11222 if( sqlite3_stricmp("zipfile_cds", zName)==0 ){
12273 assert( sqlite3_stricmp(p->pTab->zName, argv[2])==0 );
12697 if( sqlite3_stricmp(p->zColl, pCons->zColl) ){
12756 if( sqlite3_stricmp(pIte
[all...]
H A Dsqlite3ext.h591 #define sqlite3_stricmp sqlite3_api->stricmp macro
H A Dsqlite3.c9753 ** ^The [sqlite3_stricmp()] and [sqlite3_strnicmp()] APIs allow applications
9758 SQLITE_API int sqlite3_stricmp(const char *, const char *);
9772 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()].
9795 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()].
34957 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){ function
136063 #define sqlite3_stricmp macro
[all...]
H A Dsqlite3.h9440 ** ^The [sqlite3_stricmp()] and [sqlite3_strnicmp()] APIs allow applications
9445 SQLITE_API int sqlite3_stricmp(const char *, const char *);
9459 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()].
9482 ** do not match, the same as [sqlite3_stricmp()] and [sqlite3_strnicmp()].
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1815 int sqlite3_stricmp(const char * , const char * );
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c503 if( sqlite3_stricmp(p->zName, pNew->zName)==0 ){

Completed in 625 milliseconds