Home
last modified time | relevance | path

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

/external/pcre/src/
Dpcre2_context.c187 pcre2_match_context *mcontext = PRIV(memctl_malloc)( in pcre2_match_context_create() local
256 pcre2_match_context_copy(pcre2_match_context *mcontext) in pcre2_match_context_copy()
300 pcre2_match_context_free(pcre2_match_context *mcontext) in pcre2_match_context_free()
416 pcre2_set_callout(pcre2_match_context *mcontext, in pcre2_set_callout()
425 pcre2_set_substitute_callout(pcre2_match_context *mcontext, in pcre2_set_substitute_callout()
435 pcre2_set_heap_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_heap_limit()
442 pcre2_set_match_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_match_limit()
449 pcre2_set_depth_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_depth_limit()
456 pcre2_set_offset_limit(pcre2_match_context *mcontext, PCRE2_SIZE limit) in pcre2_set_offset_limit()
469 pcre2_set_recursion_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_recursion_limit()
[all …]
Dpcre2_jit_match.c93 pcre2_match_context *mcontext) in pcre2_jit_match()
Dpcre2_jit_misc.c166 pcre2_jit_stack_assign(pcre2_match_context *mcontext, pcre2_jit_callback callback, in pcre2_jit_stack_assign()
Dpcre2_jit_test.c960 static void setstack8(pcre2_match_context_8 *mcontext) in setstack8()
983 static void setstack16(pcre2_match_context_16 *mcontext) in setstack16()
1006 static void setstack32(pcre2_match_context_32 *mcontext) in setstack32()
Dpcre2_substitute.c222 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute()
Dpcre2_dfa_match.c3351 pcre2_match_context *mcontext, int *workspace, PCRE2_SIZE wscount) in pcre2_dfa_match()
Dpcre2_match.c6532 pcre2_match_context *mcontext) in pcre2_match()
/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.h72 mcontext_t mcontext; member
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc314 mcontext_t mcontext; member