Home
last modified time | relevance | path

Searched refs:pcre2_real_match_context (Results 1 – 4 of 4) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_context.c184 sizeof(pcre2_real_match_context), (pcre2_memctl *)gcontext); in pcre2_match_context_create()
225 mcontext->memctl.malloc(sizeof(pcre2_real_match_context), in pcre2_match_context_copy()
228 memcpy(new, mcontext, sizeof(pcre2_real_match_context)); in pcre2_match_context_copy()
Dpcre2_intmodedep.h573 typedef struct pcre2_real_match_context { struct
587 } pcre2_real_match_context; argument
Dpcre2.h.in328 struct pcre2_real_match_context; \
329 typedef struct pcre2_real_match_context pcre2_match_context; \
579 #define pcre2_real_match_context PCRE2_SUFFIX(pcre2_real_match_context_) macro
Dpcre2.h.generic328 struct pcre2_real_match_context; \
329 typedef struct pcre2_real_match_context pcre2_match_context; \
579 #define pcre2_real_match_context PCRE2_SUFFIX(pcre2_real_match_context_)