Home
last modified time | relevance | path

Searched refs:pcre2_real_compile_context (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pcre/src/
H A Dpcre2_context.c154 sizeof(pcre2_real_compile_context), (pcre2_memctl *)gcontext); in pcre2_compile_context_create()
247 ccontext->memctl.malloc(sizeof(pcre2_real_compile_context), in pcre2_compile_context_copy()
250 memcpy(newcontext, ccontext, sizeof(pcre2_real_compile_context)); in pcre2_compile_context_copy()
H A Dpcre2_intmodedep.h565 typedef struct pcre2_real_compile_context { struct
577 } pcre2_real_compile_context; argument
723 pcre2_real_compile_context *cx; /* Points to the compile context */
H A Dpcre2.h491 struct pcre2_real_compile_context; \
492 typedef struct pcre2_real_compile_context pcre2_compile_context; \
826 #define pcre2_real_compile_context PCRE2_SUFFIX(pcre2_real_compile_context_) macro
H A Dpcre2.h.generic491 struct pcre2_real_compile_context; \
492 typedef struct pcre2_real_compile_context pcre2_compile_context; \
828 #define pcre2_real_compile_context PCRE2_SUFFIX(pcre2_real_compile_context_)
H A Dpcre2.h.in491 struct pcre2_real_compile_context; \
492 typedef struct pcre2_real_compile_context pcre2_compile_context; \
828 #define pcre2_real_compile_context PCRE2_SUFFIX(pcre2_real_compile_context_) macro