Home
last modified time | relevance | path

Searched refs:match_context (Results 1 – 25 of 97) sorted by relevance

1234

/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/
H A Dpcre2_fuzzsupport.c62 pcre2_match_context *match_context = NULL; in LLVMFuzzerTestOneInput() local
170 if (match_context == NULL) in LLVMFuzzerTestOneInput()
172 match_context = pcre2_match_context_create(NULL); in LLVMFuzzerTestOneInput()
173 if (match_context == NULL) in LLVMFuzzerTestOneInput()
180 (void)pcre2_set_match_limit(match_context, 100); in LLVMFuzzerTestOneInput()
181 (void)pcre2_set_depth_limit(match_context, 100); in LLVMFuzzerTestOneInput()
182 (void)pcre2_set_callout(match_context, callout_function, &callout_count); in LLVMFuzzerTestOneInput()
206 match_options, match_data, match_context); in LLVMFuzzerTestOneInput()
242 (PCRE2_SIZE)match_size, 0, match_options, match_data, match_context, in LLVMFuzzerTestOneInput()
278 if (match_context != NULL) pcre2_match_context_free(match_context); in LLVMFuzzerTestOneInput()
/dports/shells/fish/fish-3.3.1/pcre2/src/
H A Dpcre2_fuzzsupport.c62 pcre2_match_context *match_context = NULL; in LLVMFuzzerTestOneInput() local
170 if (match_context == NULL) in LLVMFuzzerTestOneInput()
172 match_context = pcre2_match_context_create(NULL); in LLVMFuzzerTestOneInput()
173 if (match_context == NULL) in LLVMFuzzerTestOneInput()
180 (void)pcre2_set_match_limit(match_context, 100); in LLVMFuzzerTestOneInput()
181 (void)pcre2_set_depth_limit(match_context, 100); in LLVMFuzzerTestOneInput()
182 (void)pcre2_set_callout(match_context, callout_function, &callout_count); in LLVMFuzzerTestOneInput()
206 match_options, match_data, match_context); in LLVMFuzzerTestOneInput()
242 (PCRE2_SIZE)match_size, 0, match_options, match_data, match_context, in LLVMFuzzerTestOneInput()
278 if (match_context != NULL) pcre2_match_context_free(match_context); in LLVMFuzzerTestOneInput()
/dports/devel/pcre2/pcre2-35fee41/src/
H A Dpcre2_fuzzsupport.c62 pcre2_match_context *match_context = NULL; in LLVMFuzzerTestOneInput() local
170 if (match_context == NULL) in LLVMFuzzerTestOneInput()
172 match_context = pcre2_match_context_create(NULL); in LLVMFuzzerTestOneInput()
173 if (match_context == NULL) in LLVMFuzzerTestOneInput()
180 (void)pcre2_set_match_limit(match_context, 100); in LLVMFuzzerTestOneInput()
181 (void)pcre2_set_depth_limit(match_context, 100); in LLVMFuzzerTestOneInput()
182 (void)pcre2_set_callout(match_context, callout_function, &callout_count); in LLVMFuzzerTestOneInput()
206 match_options, match_data, match_context); in LLVMFuzzerTestOneInput()
242 (PCRE2_SIZE)match_size, 0, match_options, match_data, match_context, in LLVMFuzzerTestOneInput()
278 if (match_context != NULL) pcre2_match_context_free(match_context); in LLVMFuzzerTestOneInput()
/dports/devel/R-cran-BH/BH/inst/include/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() argument
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
H A Dflow_control.hpp44 match_context<BidiIter> context = state.push_context(impl, next, context); in push_context_match()
60 match_context<BidiIter> &context(*state.context_.prev_context_); in pop_context_match()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() function
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
H A Dflow_control.hpp44 match_context<BidiIter> context = state.push_context(impl, next, context); in push_context_match()
60 match_context<BidiIter> &context(*state.context_.prev_context_); in pop_context_match()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() function
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
H A Dflow_control.hpp44 match_context<BidiIter> context = state.push_context(impl, next, context); in push_context_match()
60 match_context<BidiIter> &context(*state.context_.prev_context_); in pop_context_match()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() argument
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
H A Dflow_control.hpp44 match_context<BidiIter> context = state.push_context(impl, next, context); in push_context_match()
60 match_context<BidiIter> &context(*state.context_.prev_context_); in pop_context_match()
/dports/databases/percona57-server/boost_1_59_0/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() function
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
/dports/databases/xtrabackup/boost_1_59_0/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() argument
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
/dports/databases/percona57-client/boost_1_59_0/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() function
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() argument
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
/dports/devel/boost-libs/boost_1_72_0/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() argument
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
/dports/devel/boost-docs/boost_1_72_0/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() argument
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
H A Dflow_control.hpp44 match_context<BidiIter> context = state.push_context(impl, next, context); in push_context_match()
60 match_context<BidiIter> &context(*state.context_.prev_context_); in pop_context_match()
/dports/devel/boost-python-libs/boost_1_72_0/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() function
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() function
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() function
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
/dports/editors/madedit/madedit-0.2.9/xpressive/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() argument
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() function
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
/dports/devel/hyperscan/boost_1_75_0/boost/xpressive/detail/core/
H A Dstate.hpp32 struct match_context struct
36 match_context() in match_context() function
48 match_context<BidiIter> *prev_context_; argument
107 typedef detail::match_context<BidiIter> match_context; typedef
124 match_context context_;
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context()
189 match_context context = this->context_; in push_context()
213 match_context &context = *this->context_.prev_context_; in pop_context()
234 void swap_context(match_context &context) in swap_context()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-0.2.3/src/
H A Dffi.rs307 match_context: *mut pcre2_match_context_8, field
330 pcre2_match_context_free_8(self.match_context); in drop()
340 let match_context = unsafe { in new() localVariable
343 assert!(!match_context.is_null(), "failed to allocate match context"); in new()
366 match_context, None, stack as *mut c_void, in new()
377 config, match_context, match_data, jit_stack, in new()
426 self.match_context, in find()

1234