Searched defs:mcontext (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_context.c | 182 pcre2_match_context *mcontext = PRIV(memctl_malloc)( in pcre2_match_context_create() local 251 pcre2_match_context_copy(pcre2_match_context *mcontext) in pcre2_match_context_copy() 296 pcre2_match_context_free(pcre2_match_context *mcontext) in pcre2_match_context_free() 398 pcre2_set_callout(pcre2_match_context *mcontext, in pcre2_set_callout() 407 pcre2_set_heap_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_heap_limit() 414 pcre2_set_match_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_match_limit() 421 pcre2_set_depth_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_depth_limit() 428 pcre2_set_offset_limit(pcre2_match_context *mcontext, PCRE2_SIZE limit) in pcre2_set_offset_limit() 438 pcre2_set_recursion_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_recursion_limit() 444 pcre2_set_recursion_memory_management(pcre2_match_context *mcontext, in pcre2_set_recursion_memory_management()
|
D | pcre2_jit_match.c | 88 pcre2_match_context *mcontext) in pcre2_jit_match()
|
D | pcre2_jit_misc.c | 159 pcre2_jit_stack_assign(pcre2_match_context *mcontext, pcre2_jit_callback callback, in pcre2_jit_stack_assign()
|
D | pcre2_jit_test.c | 907 static void setstack8(pcre2_match_context_8 *mcontext) in setstack8() 930 static void setstack16(pcre2_match_context_16 *mcontext) in setstack16() 953 static void setstack32(pcre2_match_context_32 *mcontext) in setstack32()
|
D | pcre2_substitute.c | 219 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute()
|
D | pcre2_dfa_match.c | 3226 pcre2_match_context *mcontext, int *workspace, PCRE2_SIZE wscount) in pcre2_dfa_match()
|
D | pcre2_match.c | 6000 pcre2_match_context *mcontext) in pcre2_match()
|
/external/v8/src/libsampler/ |
D | sampler.cc | 460 mcontext_t& mcontext = ucontext->uc_mcontext; in FillRegisterState() local
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2091 class mcontext(Structure): class
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2091 class mcontext(Structure): class
|