Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_context.c184 pcre2_match_context *mcontext = PRIV(memctl_malloc)( in pcre2_match_context_create() local
253 pcre2_match_context_copy(pcre2_match_context *mcontext) in pcre2_match_context_copy()
298 pcre2_match_context_free(pcre2_match_context *mcontext) in pcre2_match_context_free()
400 pcre2_set_callout(pcre2_match_context *mcontext, in pcre2_set_callout()
409 pcre2_set_substitute_callout(pcre2_match_context *mcontext, in pcre2_set_substitute_callout()
419 pcre2_set_heap_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_heap_limit()
426 pcre2_set_match_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_match_limit()
433 pcre2_set_depth_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_depth_limit()
440 pcre2_set_offset_limit(pcre2_match_context *mcontext, PCRE2_SIZE limit) in pcre2_set_offset_limit()
450 pcre2_set_recursion_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_recursion_limit()
[all …]
Dpcre2_jit_match.c87 pcre2_match_context *mcontext) in pcre2_jit_match()
Dpcre2_jit_misc.c164 pcre2_jit_stack_assign(pcre2_match_context *mcontext, pcre2_jit_callback callback, in pcre2_jit_stack_assign()
Dpcre2_jit_test.c940 static void setstack8(pcre2_match_context_8 *mcontext) in setstack8()
963 static void setstack16(pcre2_match_context_16 *mcontext) in setstack16()
986 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.c3242 pcre2_match_context *mcontext, int *workspace, PCRE2_SIZE wscount) in pcre2_dfa_match()
Dpcre2_match.c6106 pcre2_match_context *mcontext) in pcre2_match()
/third_party/libunwind/src/riscv/
DGresume.c39 unw_word_t *mcontext = (unw_word_t*) &uc->uc_mcontext; in riscv_local_resume() local
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2091 class mcontext(Structure): class