Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_context.c182 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()
Dpcre2_jit_match.c88 pcre2_match_context *mcontext) in pcre2_jit_match()
Dpcre2_jit_misc.c159 pcre2_jit_stack_assign(pcre2_match_context *mcontext, pcre2_jit_callback callback, in pcre2_jit_stack_assign()
Dpcre2_jit_test.c907 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()
Dpcre2_substitute.c219 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute()
Dpcre2_dfa_match.c3226 pcre2_match_context *mcontext, int *workspace, PCRE2_SIZE wscount) in pcre2_dfa_match()
Dpcre2_match.c6000 pcre2_match_context *mcontext) in pcre2_match()
/external/v8/src/libsampler/
Dsampler.cc460 mcontext_t& mcontext = ucontext->uc_mcontext; in FillRegisterState() local
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2091 class mcontext(Structure): class
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2091 class mcontext(Structure): class