Home
last modified time | relevance | path

Searched refs:sqlite3_stricmp (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c782 if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){ in integerValue()
1245 if( sqlite3_stricmp(dirname, "/")==0 ){ in opendir()
4731 assert( 0==sqlite3_stricmp(argv[0], "zipfile") ); in zipfileConnect()
6268 if( sqlite3_stricmp("zipfile_cds", zName)==0 ){ in zipfileFindFunction()
7695 if( sqlite3_stricmp(p->zColl, pCons->zColl) ){ in idxAppendColDefn()
8063 if( sqlite3_stricmp(zDb, "main")==0 ){ in idxAuthCallback()
13141 if( sqlite3_stricmp(zArg, "on")==0 || sqlite3_stricmp(zArg,"yes")==0 ){ in booleanValue()
13144 if( sqlite3_stricmp(zArg, "off")==0 || sqlite3_stricmp(zArg,"no")==0 ){ in booleanValue()
15283 if( sqlite3_stricmp(zType, "table")==0 ){ in recoverFindTable()
17425 if( sqlite3_stricmp(zDb, "main")!=0 ){ in do_meta_command()
[all …]
H A Dsqlite3ext.h560 #define sqlite3_stricmp sqlite3_api->stricmp macro
H A Dsqlite3.h8814 SQLITE_API int sqlite3_stricmp(const char *, const char *);
H A Dsqlite3.c22414 if( sqlite3_stricmp(z,"month")==0 ){ in parseModifier()
98020 && sqlite3_stricmp(zAs, zCol)==0
106479 && 0==sqlite3_stricmp(zName, zOld)
106502 if( 0==sqlite3_stricmp(zName, zOld) ){
124225 sqlite3_stricmp,
198265 assert( 0==sqlite3_stricmp(zName, zCol) );
198720 return (sqlite3_stricmp(z1, z2)!=0);
211862 if( 0==sqlite3_stricmp(zKey, "pgsz") ){
223689 && 0==sqlite3_stricmp("delete", z)
228625 if( sqlite3_stricmp(zCopy, "col")==0 ){
[all …]
/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c483 if( sqlite3_stricmp(p->zName, pNew->zName)==0 ){ in findSqlFunc()