Searched refs:sqlite3_stricmp (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | shell.c | 1897 if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){ in integerValue() 2405 if( sqlite3_stricmp(dirname, "/")==0 ){ in opendir() 9743 assert( 0==sqlite3_stricmp(argv[0], "zipfile") ); in zipfileConnect() 11300 if( sqlite3_stricmp("zipfile_cds", zName)==0 ){ in zipfileFindFunction() 12776 if( sqlite3_stricmp(p->zColl, pCons->zColl) ){ in idxAppendColDefn() 13185 if( sqlite3_stricmp(zDb, "main")==0 ){ in idxAuthCallback() 14548 if( sqlite3_stricmp(p->zObj, zPrev) ){ in intckFindObject() 23743 if( sqlite3_stricmp(zArg, "on")==0 || sqlite3_stricmp(zArg,"yes")==0 ){ in booleanValue() 23746 if( sqlite3_stricmp(zArg, "off")==0 || sqlite3_stricmp(zArg,"no")==0 ){ in booleanValue() 28181 if( sqlite3_stricmp(zDb, "main")!=0 ){ in do_meta_command() [all …]
|
| H A D | sqlite3ext.h | 591 #define sqlite3_stricmp sqlite3_api->stricmp macro
|
| H A D | sqlite3.c | 24959 if( sqlite3_stricmp(z, "auto")==0 ){ in parseModifier() 24989 if( sqlite3_stricmp(z, "floor")==0 ){ in parseModifier() 25119 if( sqlite3_stricmp(z, "subsec")==0 in parseModifier() 25136 if( sqlite3_stricmp(z,"month")==0 ){ in parseModifier() 107396 && sqlite3_stricmp(zAs, zCol)==0 117240 && 0==sqlite3_stricmp(zName, zOld) 137527 sqlite3_stricmp, 221920 return (sqlite3_stricmp(z1, z2)!=0); 236503 if( 0==sqlite3_stricmp(zKey, "pgsz") ){ 251288 && 0==sqlite3_stricmp("delete", z) [all …]
|
| H A D | sqlite3.h | 9470 SQLITE_API int sqlite3_stricmp(const char *, const char *);
|
| /freebsd-14.2/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 503 if( sqlite3_stricmp(p->zName, pNew->zName)==0 ){ in findSqlFunc()
|