Home
last modified time | relevance | path

Searched defs:mcontext (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_context.c186 pcre2_match_context *mcontext = PRIV(memctl_malloc)( in pcre2_match_context_create() local
255 pcre2_match_context_copy(pcre2_match_context *mcontext) 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()
434 pcre2_set_match_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_match_limit()
441 pcre2_set_depth_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_depth_limit()
448 pcre2_set_offset_limit(pcre2_match_context *mcontext, PCRE2_SIZE limit) in pcre2_set_offset_limit()
461 pcre2_set_recursion_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_recursion_limit()
[all …]
H A Dpcre2_jit_match.c93 pcre2_match_context *mcontext) in pcre2_jit_match()
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_substitute.c222 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute()
H A Dpcre2_dfa_match.c3351 pcre2_match_context *mcontext, int *workspace, PCRE2_SIZE wscount) in pcre2_dfa_match()
H A Dpcre2_match.c6532 pcre2_match_context *mcontext) in pcre2_match()

Completed in 32 milliseconds