Searched refs:sqlite3_strnicmp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 575 #define sqlite3_strnicmp sqlite3_api->strnicmp macro
|
| H A D | sqlite3.h | 9471 SQLITE_API int sqlite3_strnicmp(const char *, const char *, int);
|
| H A D | shell.c | 8482 && sqlite3_strnicmp(pCur->zPrefix, pCur->zCurrentRow, pCur->nPrefix)==0 in completionNext() 14655 if( (nToken==3 && 0==sqlite3_strnicmp(zToken, "ASC", nToken)) in intckParseCreateIndex() 14656 || (nToken==4 && 0==sqlite3_strnicmp(zToken, "DESC", nToken)) in intckParseCreateIndex() 14670 if( n==5 && 0==sqlite3_strnicmp(&z[iOff], "where", 5) ){ in intckParseCreateIndex() 24744 if( n>1 && sqlite3_strnicmp("-verbose", azArg[i], n)==0 ){ in lintFkeyIndexes() 24747 else if( n>1 && sqlite3_strnicmp("-groupbyparent", azArg[i], n)==0 ){ in lintFkeyIndexes() 24845 if( n<1 || sqlite3_strnicmp(azArg[1], "fkey-indexes", n) ) goto usage; in lintDotCommand() 27383 if( sqlite3_strnicmp(aLimit[i].zLimitName, azArg[1], n2)==0 ){ in do_meta_command()
|
| H A D | sqlite3.c | 20611 #define sqlite3StrNICmp sqlite3_strnicmp 25089 if( sqlite3_strnicmp(z, "weekday ", 8)==0 in parseModifier() 25118 if( sqlite3_strnicmp(z, "start of ", 9)!=0 ){ in parseModifier() 113094 if( sqlite3_strnicmp(z,"0x",2)==0 ){ 137502 sqlite3_strnicmp, 187402 && 0==sqlite3_strnicmp(z, "tokenize", 8) 193431 && sqlite3_strnicmp(zStr, zInput, nStr)==0 219481 if( sqlite3_strnicmp("rbu_", zName, 4) ){ 235702 if( sqlite3_strnicmp("null", p, 4)==0 ){ 235874 if( sqlite3_strnicmp("prefix", zCmd, nCmd)==0 ){ [all …]
|