Searched refs:sqlite3_strnicmp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 553 #define sqlite3_strnicmp sqlite3_api->strnicmp macro
|
| H A D | sqlite3.h | 9053 SQLITE_API int sqlite3_strnicmp(const char *, const char *, int);
|
| H A D | shell.c | 3471 && sqlite3_strnicmp(pCur->zPrefix, pCur->zCurrentRow, pCur->nPrefix)==0 in completionNext() 13978 if( sqlite3_strnicmp(z, "explain", 7) ){ in explain_data_prepare() 16973 if( n>1 && sqlite3_strnicmp("-verbose", azArg[i], n)==0 ){ in lintFkeyIndexes() 16976 else if( n>1 && sqlite3_strnicmp("-groupbyparent", azArg[i], n)==0 ){ in lintFkeyIndexes() 17076 if( n<1 || sqlite3_strnicmp(azArg[1], "fkey-indexes", n) ) goto usage; in lintDotCommand() 18582 if( sqlite3_strnicmp(zSql, "create virt", 11)==0 ){ in recoverDatabaseCmd() 19821 if( sqlite3_strnicmp(aLimit[i].zLimitName, azArg[1], n2)==0 ){ in do_meta_command()
|
| H A D | sqlite3.c | 19216 #define sqlite3StrNICmp sqlite3_strnicmp 23417 if( sqlite3_strnicmp(z, "weekday ", 8)==0 105285 if( sqlite3_strnicmp(z,"0x",2)==0 ){ 128339 sqlite3_strnicmp, 144106 assert( sqlite3_strnicmp(zSql,"SELECT",6)==0 ); 173885 && 0==sqlite3_strnicmp(z, "tokenize", 8) 179832 && sqlite3_strnicmp(zStr, zInput, nStr)==0 203141 if( sqlite3_strnicmp("rbu_", zName, 4) ){ 218395 if( sqlite3_strnicmp("null", p, 4)==0 ){ 218567 if( sqlite3_strnicmp("prefix", zCmd, nCmd)==0 ){ [all …]
|