Home
last modified time | relevance | path

Searched defs:mcontext (Results 1 - 18 of 18) sorted by relevance

/third_party/libunwind/libunwind/src/riscv/
H A DGresume.c39 unw_word_t *mcontext = (unw_word_t*) &uc->uc_mcontext; in riscv_local_resume() local
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_match.c85 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext) pcre2_jit_match() argument
[all...]
H A Dpcre2_jit_misc.c166 pcre2_jit_stack_assign(pcre2_match_context *mcontext, pcre2_jit_callback callback, in pcre2_jit_stack_assign() argument
H A 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() argument
298 pcre2_match_context_free(pcre2_match_context *mcontext) in pcre2_match_context_free() argument
400 pcre2_set_callout(pcre2_match_context *mcontext, int (*callout)(pcre2_callout_block *, void *), void *callout_data) pcre2_set_callout() argument
409 pcre2_set_substitute_callout(pcre2_match_context *mcontext, int (*substitute_callout)(pcre2_substitute_callout_block *, void *), void *substitute_callout_data) pcre2_set_substitute_callout() argument
419 pcre2_set_heap_limit(pcre2_match_context *mcontext, uint32_t limit) pcre2_set_heap_limit() argument
426 pcre2_set_match_limit(pcre2_match_context *mcontext, uint32_t limit) pcre2_set_match_limit() argument
433 pcre2_set_depth_limit(pcre2_match_context *mcontext, uint32_t limit) pcre2_set_depth_limit() argument
440 pcre2_set_offset_limit(pcre2_match_context *mcontext, PCRE2_SIZE limit) pcre2_set_offset_limit() argument
453 pcre2_set_recursion_limit(pcre2_match_context *mcontext, uint32_t limit) pcre2_set_recursion_limit() argument
459 pcre2_set_recursion_memory_management(pcre2_match_context *mcontext, void *(*mymalloc)(size_t, void *), void (*myfree)(void *, void *), void *mydata) pcre2_set_recursion_memory_management() argument
[all...]
H A Dpcre2_substitute.c220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, PCRE2_UCHAR *buffer, PCRE2_SIZE *blength) pcre2_substitute() argument
[all...]
H A Dpcre2_dfa_match.c3297 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext, int *workspace, PCRE2_SIZE wscount) pcre2_dfa_match() argument
[all...]
H A Dpcre2_match.c6311 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext) pcre2_match() argument
[all...]
H A Dpcre2_jit_test.c944 static void setstack8(pcre2_match_context_8 *mcontext) in setstack8() argument
967 static void setstack16(pcre2_match_context_16 *mcontext) in setstack16() argument
990 static void setstack32(pcre2_match_context_32 *mcontext) in setstack32() argument
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Ducontext.h14 struct mcontext { struct
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H A Ducontext.h13 struct mcontext { struct
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Ducontext.h14 struct mcontext { struct
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H A Ducontext.h13 struct mcontext { struct
/third_party/node/deps/v8/src/libsampler/
H A Dsampler.cc378 mcontext_t& mcontext = ucontext->uc_mcontext; in FillRegisterState() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsignal_32.c58 #define mcontext mcontext32 macro
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsignal_32.c58 #define mcontext mcontext32 macro
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dqp.c1441 struct mlx4_ib_ucontext *mcontext = in destroy_qp_common() local
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Dqp.c1476 struct mlx4_ib_ucontext *mcontext = in destroy_qp_common() local
/third_party/python/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2091 class mcontext(Structure): class

Completed in 45 milliseconds