Home
last modified time | relevance | path

Searched refs:dfa_first_ (Results 1 – 25 of 36) sorted by relevance

12

/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/re2/
H A Dprog.cc106 dfa_first_(NULL), in Prog()
117 if (dfa_first_) in ~Prog()
118 delete_dfa_(dfa_first_); in ~Prog()
H A Dprog.h359 DFA* volatile dfa_first_; // DFA cached for kFirstMatch variable
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Dprog.cc106 dfa_first_(NULL), in Prog()
117 if (dfa_first_) in ~Prog()
118 delete_dfa_(dfa_first_); in ~Prog()
H A Dprog.h359 DFA* volatile dfa_first_; // DFA cached for kFirstMatch variable
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Dprog.cc106 dfa_first_(NULL), in Prog()
117 if (dfa_first_) in ~Prog()
118 delete_dfa_(dfa_first_); in ~Prog()
H A Dprog.h359 DFA* volatile dfa_first_; // DFA cached for kFirstMatch variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/src/re2/
H A Ddfa.cc1844 prog->dfa_first_ = new DFA(prog, kFirstMatch, prog->dfa_mem_ / 2); in GetDFA()
1846 return dfa_first_; in GetDFA()
1849 prog->dfa_first_ = new DFA(prog, kManyMatch, prog->dfa_mem_); in GetDFA()
1851 return dfa_first_; in GetDFA()
H A Dprog.h417 DFA* dfa_first_; // DFA cached for kFirstMatch/kManyMatch variable
H A Dprog.cc116 dfa_first_(NULL), in Prog()
122 DeleteDFA(dfa_first_); in ~Prog()
/dports/games/warzone2100/warzone2100/3rdparty/re2/re2/
H A Ddfa.cc1789 prog->dfa_first_ = new DFA(prog, kFirstMatch, prog->dfa_mem_ / 2); in GetDFA()
1791 return dfa_first_; in GetDFA()
1794 prog->dfa_first_ = new DFA(prog, kManyMatch, prog->dfa_mem_); in GetDFA()
1796 return dfa_first_; in GetDFA()
H A Dprog.h422 DFA* dfa_first_; // DFA cached for kFirstMatch/kManyMatch variable
/dports/devel/re2/re2-2021-11-01/re2/
H A Ddfa.cc1793 prog->dfa_first_ = new DFA(prog, kFirstMatch, prog->dfa_mem_ / 2); in GetDFA()
1795 return dfa_first_; in GetDFA()
1798 prog->dfa_first_ = new DFA(prog, kManyMatch, prog->dfa_mem_); in GetDFA()
1800 return dfa_first_; in GetDFA()
H A Dprog.h443 DFA* dfa_first_; // DFA cached for kFirstMatch/kManyMatch variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/re2/src/re2/
H A Ddfa.cc1786 prog->dfa_first_ = new DFA(prog, kFirstMatch, prog->dfa_mem_ / 2); in GetDFA()
1788 return dfa_first_; in GetDFA()
1791 prog->dfa_first_ = new DFA(prog, kManyMatch, prog->dfa_mem_); in GetDFA()
1793 return dfa_first_; in GetDFA()
H A Dprog.h422 DFA* dfa_first_; // DFA cached for kFirstMatch/kManyMatch variable
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/re2/vendor/re2/
H A Ddfa.cc1828 prog->dfa_first_ = new DFA(prog, kFirstMatch, prog->dfa_mem_ / 2); in GetDFA()
1830 return dfa_first_; in GetDFA()
1833 prog->dfa_first_ = new DFA(prog, kManyMatch, prog->dfa_mem_); in GetDFA()
1835 return dfa_first_; in GetDFA()
H A Dprog.h411 DFA* dfa_first_; // DFA cached for kFirstMatch/kManyMatch variable
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/re2/vendor/re2/
H A Ddfa.cc1786 prog->dfa_first_ = new DFA(prog, kFirstMatch, prog->dfa_mem_ / 2); in GetDFA()
1788 return dfa_first_; in GetDFA()
1791 prog->dfa_first_ = new DFA(prog, kManyMatch, prog->dfa_mem_); in GetDFA()
1793 return dfa_first_; in GetDFA()
H A Dprog.h422 DFA* dfa_first_; // DFA cached for kFirstMatch/kManyMatch variable
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/re2/vendor/re2/
H A Ddfa.cc1801 prog->dfa_first_ = new DFA(prog, kFirstMatch, prog->dfa_mem_ / 2); in GetDFA()
1803 return dfa_first_; in GetDFA()
1806 prog->dfa_first_ = new DFA(prog, kManyMatch, prog->dfa_mem_); in GetDFA()
1808 return dfa_first_; in GetDFA()
H A Dprog.h422 DFA* dfa_first_; // DFA cached for kFirstMatch/kManyMatch
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/re2/re2/
H A Ddfa.cc1793 prog->dfa_first_ = new DFA(prog, kFirstMatch, prog->dfa_mem_ / 2); in GetDFA()
1795 return dfa_first_; in GetDFA()
1798 prog->dfa_first_ = new DFA(prog, kManyMatch, prog->dfa_mem_); in GetDFA()
1800 return dfa_first_; in GetDFA()
H A Dprog.h441 DFA* dfa_first_; // DFA cached for kFirstMatch/kManyMatch variable
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/re2/re2/
H A Ddfa.cc1793 prog->dfa_first_ = new DFA(prog, kFirstMatch, prog->dfa_mem_ / 2); in GetDFA()
1795 return dfa_first_; in GetDFA()
1798 prog->dfa_first_ = new DFA(prog, kManyMatch, prog->dfa_mem_); in GetDFA()
1800 return dfa_first_; in GetDFA()
H A Dprog.h441 DFA* dfa_first_; // DFA cached for kFirstMatch/kManyMatch variable

12