Searched defs:mcontext (Results 1 – 9 of 9) sorted by relevance
/external/pcre/src/ |
D | pcre2_context.c | 187 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 …]
|
D | pcre2_jit_match.c | 93 pcre2_match_context *mcontext) in pcre2_jit_match()
|
D | pcre2_jit_misc.c | 166 pcre2_jit_stack_assign(pcre2_match_context *mcontext, pcre2_jit_callback callback, in pcre2_jit_stack_assign()
|
D | pcre2_jit_test.c | 960 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()
|
D | pcre2_substitute.c | 222 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute()
|
D | pcre2_dfa_match.c | 3351 pcre2_match_context *mcontext, int *workspace, PCRE2_SIZE wscount) in pcre2_dfa_match()
|
D | pcre2_match.c | 6532 pcre2_match_context *mcontext) in pcre2_match()
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | thread_info.h | 72 mcontext_t mcontext; member
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 314 mcontext_t mcontext; member
|