Home
last modified time | relevance | path

Searched refs:globInfo (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dfunc.c597 static const struct compareInfo globInfo = { '*', '?', '[', 0 }; variable
779 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, '['); in sqlite3_strglob()
1714 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0); in sqlite3RegisterLikeFunctions()
1849 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE), in sqlite3RegisterBuiltinFunctions()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dfunc.c515 static const struct compareInfo globInfo = { '*', '?', '[', 0 }; variable
1451 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0); in sqlite3RegisterLikeFunctions()
1570 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE), in sqlite3RegisterGlobalFunctions()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dfunc.c627 static const struct compareInfo globInfo = { '*', '?', '[', 0 }; variable
813 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, '['); in sqlite3_strglob()
1999 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE), in sqlite3RegisterBuiltinFunctions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dfunc.c627 static const struct compareInfo globInfo = { '*', '?', '[', 0 }; variable
813 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, '['); in sqlite3_strglob()
2012 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE), in sqlite3RegisterBuiltinFunctions()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dfunc.c627 static const struct compareInfo globInfo = { '*', '?', '[', 0 }; variable
814 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, '['); in sqlite3_strglob()
2212 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE), in sqlite3RegisterBuiltinFunctions()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c71529 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
72425 (struct compareInfo*)&globInfo, likeFunc, 0,0);
72540 LIKEFUNC(glob, 2, &globInfo, VTK_SQLITE_FUNC_LIKE|VTK_SQLITE_FUNC_CASE),
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c67524 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
68397 (struct compareInfo*)&globInfo, likeFunc, 0,0);
68508 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c90901 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
91049 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
91925 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
92049 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c91442 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
91590 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
92466 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
92590 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c87704 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
87852 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
88732 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
88853 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c92245 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
92393 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
93269 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
93394 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c88007 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
88155 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
89031 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
89152 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c91442 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
91590 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
92466 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
92590 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c91442 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
91590 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
92466 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
92590 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c90285 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
90433 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
91309 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
91432 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c98142 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
98316 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
99190 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
99325 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c98142 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
98316 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
99190 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
99325 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c96652 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
96827 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
97704 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
97839 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c94701 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
94876 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
95753 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
95883 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c98163 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
98337 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
99211 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
99346 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c98142 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
98316 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
99190 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
99325 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c98142 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
98316 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
99190 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
99325 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c98142 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
98316 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
99190 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
99325 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c98142 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
98316 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
99190 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
99325 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c98142 static const struct compareInfo globInfo = { '*', '?', '[', 0 };
98316 return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, 0)==0;
99190 (struct compareInfo*)&globInfo, likeFunc, 0, 0, 0);
99325 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),

1234567