Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c827 if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){ in integerValue()
1290 if( sqlite3_stricmp(dirname, "/")==0 ){ in opendir()
7104 assert( 0==sqlite3_stricmp(argv[0], "zipfile") ); in zipfileConnect()
8635 if( sqlite3_stricmp("zipfile_cds", zName)==0 ){ in zipfileFindFunction()
10089 if( sqlite3_stricmp(p->zColl, pCons->zColl) ){ in idxAppendColDefn()
10497 if( sqlite3_stricmp(zDb, "main")==0 ){ in idxAuthCallback()
15996 if( sqlite3_stricmp(zArg, "on")==0 || sqlite3_stricmp(zArg,"yes")==0 ){ in booleanValue()
15999 if( sqlite3_stricmp(zArg, "off")==0 || sqlite3_stricmp(zArg,"no")==0 ){ in booleanValue()
18207 if( sqlite3_stricmp(zType, "table")==0 ){ in recoverFindTable()
20533 if( sqlite3_stricmp(zDb, "main")!=0 ){ in do_meta_command()
[all …]
H A Dsqlite3ext.h569 #define sqlite3_stricmp sqlite3_api->stricmp macro
H A Dsqlite3.h9052 SQLITE_API int sqlite3_stricmp(const char *, const char *);
H A Dsqlite3.c23450 if( sqlite3_stricmp(z,"month")==0 ){
100109 && sqlite3_stricmp(zAs, zCol)==0
109078 && 0==sqlite3_stricmp(zName, zOld)
109101 if( 0==sqlite3_stricmp(zName, zOld) ){
128364 sqlite3_stricmp,
205134 assert( 0==sqlite3_stricmp(zName, zCol) );
205589 return (sqlite3_stricmp(z1, z2)!=0);
219153 if( 0==sqlite3_stricmp(zKey, "pgsz") ){
231388 && 0==sqlite3_stricmp("delete", z)
236485 if( sqlite3_stricmp(zCopy, "col")==0 ){
[all …]
/freebsd-13.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c484 if( sqlite3_stricmp(p->zName, pNew->zName)==0 ){ in findSqlFunc()