Home
last modified time | relevance | path

Searched refs:MakeFilter (Results 1 – 25 of 45) sorted by relevance

12

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dfilter.h19 PFIL MakeFilter(PGLOBAL g, PFIL filp, OPVAL vop, PFIL fp);
20 PFIL MakeFilter(PGLOBAL g, PCOL *colp, POPER pop, PPARM pfirst, bool neg);
H A Dfilter.cpp96 PFIL MakeFilter(PGLOBAL g, PFIL fp1, OPVAL vop, PFIL fp2) in MakeFilter() function
109 PFIL MakeFilter(PGLOBAL g, PCOL *colp, POPER pop, PPARM pfirst, bool neg) in MakeFilter() function
125 filp = (neg) ? MakeFilter(g, fp1, OP_NOT, NULL) : fp1; in MakeFilter()
143 filp = MakeFilter(g, fp1, neg ? OP_OR : OP_AND, fp2); in MakeFilter()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dfilter.h19 PFIL MakeFilter(PGLOBAL g, PFIL filp, OPVAL vop, PFIL fp);
20 PFIL MakeFilter(PGLOBAL g, PCOL *colp, POPER pop, PPARM pfirst, bool neg);
H A Dfilter.cpp96 PFIL MakeFilter(PGLOBAL g, PFIL fp1, OPVAL vop, PFIL fp2) in MakeFilter() function
109 PFIL MakeFilter(PGLOBAL g, PCOL *colp, POPER pop, PPARM pfirst, bool neg) in MakeFilter() function
125 filp = (neg) ? MakeFilter(g, fp1, OP_NOT, NULL) : fp1; in MakeFilter()
143 filp = MakeFilter(g, fp1, neg ? OP_OR : OP_AND, fp2); in MakeFilter()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dfilter.h19 PFIL MakeFilter(PGLOBAL g, PFIL filp, OPVAL vop, PFIL fp);
20 PFIL MakeFilter(PGLOBAL g, PCOL *colp, POPER pop, PPARM pfirst, bool neg);
H A Dfilter.cpp96 PFIL MakeFilter(PGLOBAL g, PFIL fp1, OPVAL vop, PFIL fp2)
109 PFIL MakeFilter(PGLOBAL g, PCOL *colp, POPER pop, PPARM pfirst, bool neg)
125 filp = (neg) ? MakeFilter(g, fp1, OP_NOT, NULL) : fp1;
143 filp = MakeFilter(g, fp1, neg ? OP_OR : OP_AND, fp2);
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dfilter.h19 PFIL MakeFilter(PGLOBAL g, PFIL filp, OPVAL vop, PFIL fp);
20 PFIL MakeFilter(PGLOBAL g, PCOL *colp, POPER pop, PPARM pfirst, bool neg);
H A Dfilter.cpp96 PFIL MakeFilter(PGLOBAL g, PFIL fp1, OPVAL vop, PFIL fp2) in MakeFilter() function
109 PFIL MakeFilter(PGLOBAL g, PCOL *colp, POPER pop, PPARM pfirst, bool neg) in MakeFilter() function
125 filp = (neg) ? MakeFilter(g, fp1, OP_NOT, NULL) : fp1; in MakeFilter()
143 filp = MakeFilter(g, fp1, neg ? OP_OR : OP_AND, fp2); in MakeFilter()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dfilter.h19 PFIL MakeFilter(PGLOBAL g, PFIL filp, OPVAL vop, PFIL fp);
20 PFIL MakeFilter(PGLOBAL g, PCOL *colp, POPER pop, PPARM pfirst, bool neg);
H A Dfilter.cpp96 PFIL MakeFilter(PGLOBAL g, PFIL fp1, OPVAL vop, PFIL fp2) in MakeFilter() function
109 PFIL MakeFilter(PGLOBAL g, PCOL *colp, POPER pop, PPARM pfirst, bool neg) in MakeFilter() function
125 filp = (neg) ? MakeFilter(g, fp1, OP_NOT, NULL) : fp1; in MakeFilter()
143 filp = MakeFilter(g, fp1, neg ? OP_OR : OP_AND, fp2); in MakeFilter()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Dfilter.h19 PFIL MakeFilter(PGLOBAL g, PFIL filp, OPVAL vop, PFIL fp);
20 PFIL MakeFilter(PGLOBAL g, PCOL *colp, POPER pop, PPARM pfirst, bool neg);
H A Dfilter.cpp96 PFIL MakeFilter(PGLOBAL g, PFIL fp1, OPVAL vop, PFIL fp2) in MakeFilter() function
109 PFIL MakeFilter(PGLOBAL g, PCOL *colp, POPER pop, PPARM pfirst, bool neg) in MakeFilter() function
125 filp = (neg) ? MakeFilter(g, fp1, OP_NOT, NULL) : fp1; in MakeFilter()
143 filp = MakeFilter(g, fp1, neg ? OP_OR : OP_AND, fp2); in MakeFilter()
/dports/audio/musicpd/mpd-0.23.6/src/filter/
H A DFactory.hxx35 std::unique_ptr<PreparedFilter> MakeFilter(const char *name);
H A DFactory.cxx28 FilterFactory::MakeFilter(const char *name) in MakeFilter() function in FilterFactory
H A DLoadChain.cxx41 autoconvert_filter_new(factory.MakeFilter(std::string(template_name).c_str())), in filter_chain_append_new()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dtest_common.cc58 Transformer<TestInt, TestStr> MakeFilter(std::function<bool(TestInt&)> filter) { in MakeFilter() function
H A Dtest_common.h88 Transformer<TestInt, TestStr> MakeFilter(std::function<bool(TestInt&)> filter);
H A Diterator_test.cc245 auto filter = MakeFilter([](TestInt& t) { return t.value != 2; }); in TEST()
253 auto filter = MakeFilter([](TestInt& t) { return false; }); in TEST()
/dports/x11-toolkits/tk85/tk8.5.19/tests/
H A DwinDialog.test269 test winDialog-5.10 {GetFileName: file types: MakeFilter() fails} -constraints {
272 # if (MakeFilter(interp, string, &utfFilterString) != TCL_OK)
431 test winDialog-5.24 {GetFileName: file types: MakeFilter() succeeds} -constraints {
442 test winDialog-5.25 {GetFileName: file types: MakeFilter() succeeds} -constraints {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Diterator_test.cc333 Transformer<TestInt, TestStr> MakeFilter(std::function<bool(TestInt&)> filter) { in MakeFilter() function
346 auto filter = MakeFilter([](TestInt& t) { return t.value != 2; }); in TEST()
354 auto filter = MakeFilter([](TestInt& t) { return false; }); in TEST()
802 auto filter = MakeFilter([](TestInt& t) { return t.value != 2; }); in TEST()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/win/
H A DtkWinDialog.c171 static int MakeFilter(Tcl_Interp *interp, char *string,
601 if (MakeFilter(interp, string, &utfFilterString) != TCL_OK) {
648 if (MakeFilter(interp, "", &utfFilterString) != TCL_OK) {
1076 if (MakeFilter(interp, string, &utfFilterString) != TCL_OK) {
1123 if (MakeFilter(interp, "", &utfFilterString) != TCL_OK) {
1464 MakeFilter(interp, string, dsPtr) in MakeFilter() function
/dports/x11-toolkits/tk87/tk8.7a5/tests/
H A DwinDialog.test462 test winDialog-5.10 {GetFileName: file types: MakeFilter() fails} -constraints {
465 # if (MakeFilter(interp, string, &utfFilterString) != TCL_OK)
849 test winDialog-5.24 {GetFileName: file types: MakeFilter() succeeds} -constraints {
860 test winDialog-5.25 {GetFileName: file types: MakeFilter() succeeds} -constraints {
873 test winDialog-6.1 {MakeFilter} -constraints {emptyTest nt} -body {}
/dports/x11-toolkits/tk86/tk8.6.12/tests/
H A DwinDialog.test462 test winDialog-5.10 {GetFileName: file types: MakeFilter() fails} -constraints {
465 # if (MakeFilter(interp, string, &utfFilterString) != TCL_OK)
849 test winDialog-5.24 {GetFileName: file types: MakeFilter() succeeds} -constraints {
860 test winDialog-5.25 {GetFileName: file types: MakeFilter() succeeds} -constraints {
873 test winDialog-6.1 {MakeFilter} -constraints {emptyTest nt} -body {}
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/asg-hevc/include/
H A Dframe_processor.h93 FILTER_TYPE MakeFilter(std::vector<mfxU8>& RefSamples, mfxU8 size, INTRA_MODE type);
/dports/x11-toolkits/tk85/tk8.5.19/win/
H A DtkWinDialog.c176 static int MakeFilter(Tcl_Interp *interp, Tcl_Obj *valuePtr,
675 if (MakeFilter(interp, filterObj, &utfFilterString, initialTypeObj, in GetFileName()
1097 MakeFilter( in MakeFilter() function

12