Home
last modified time | relevance | path

Searched refs:pcre2_match_context (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_context.c165 const pcre2_match_context PRIV(default_match_context) = {
183 PCRE2_EXP_DEFN pcre2_match_context * PCRE2_CALL_CONVENTION
186 pcre2_match_context *mcontext = PRIV(memctl_malloc)( in pcre2_match_context_create()
254 PCRE2_EXP_DEFN pcre2_match_context * PCRE2_CALL_CONVENTION
255 pcre2_match_context_copy(pcre2_match_context *mcontext) in pcre2_match_context_copy()
257 pcre2_match_context *newcontext = in pcre2_match_context_copy()
299 pcre2_match_context_free(pcre2_match_context *mcontext) in pcre2_match_context_free()
408 pcre2_set_callout(pcre2_match_context *mcontext, in pcre2_set_callout()
417 pcre2_set_substitute_callout(pcre2_match_context *mcontext, in pcre2_set_substitute_callout()
427 pcre2_set_heap_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_heap_limit()
[all …]
H A Dpcre2.h617 PCRE2_EXP_DECL pcre2_match_context *PCRE2_CALL_CONVENTION \
618 pcre2_match_context_copy(pcre2_match_context *); \
619 PCRE2_EXP_DECL pcre2_match_context *PCRE2_CALL_CONVENTION \
622 pcre2_match_context_free(pcre2_match_context *); \
624 pcre2_set_callout(pcre2_match_context *, \
627 pcre2_set_substitute_callout(pcre2_match_context *, \
630 pcre2_set_depth_limit(pcre2_match_context *, uint32_t); \
632 pcre2_set_heap_limit(pcre2_match_context *, uint32_t); \
634 pcre2_set_match_limit(pcre2_match_context *, uint32_t); \
693 uint32_t, pcre2_match_data *, pcre2_match_context *); \
[all …]
H A Dpcre2_jit_misc.c166 pcre2_jit_stack_assign(pcre2_match_context *mcontext, pcre2_jit_callback callback, in pcre2_jit_stack_assign()
H A Dpcre2_jit_match.c93 pcre2_match_context *mcontext) in pcre2_jit_match()
H A Dpcre2_substitute.c222 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute()
H A Dpcre2_internal.h1976 extern const pcre2_match_context PRIV(default_match_context);
H A Dpcre2_match.c6532 pcre2_match_context *mcontext) in pcre2_match()
6936 mcontext = (pcre2_match_context *)(&PRIV(default_match_context)); in pcre2_match()
H A Dpcre2_dfa_match.c3351 pcre2_match_context *mcontext, int *workspace, PCRE2_SIZE wscount) in pcre2_dfa_match()
/php-src/ext/pcre/
H A Dphp_pcre.h64 PHPAPI pcre2_match_context *php_pcre_mctx(void);
H A Dphp_pcre.c75 ZEND_TLS pcre2_match_context *mctx = NULL;
3053 PHPAPI pcre2_match_context *php_pcre_mctx(void) in ZEND_GET_MODULE()
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c353 pcre2_match_context *mctx = php_pcre_mctx();
/php-src/ext/zip/
H A Dphp_zip.c732 pcre2_match_context *mctx = php_pcre_mctx(); in php_zip_pcre()

Completed in 72 milliseconds