Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_context.c151 sizeof(pcre2_real_compile_context), (pcre2_memctl *)gcontext); in pcre2_compile_context_create()
242 ccontext->memctl.malloc(sizeof(pcre2_real_compile_context), in pcre2_compile_context_copy()
245 memcpy(new, ccontext, sizeof(pcre2_real_compile_context)); in pcre2_compile_context_copy()
Dpcre2_intmodedep.h566 typedef struct pcre2_real_compile_context { struct
576 } pcre2_real_compile_context; argument
714 pcre2_real_compile_context *cx; /* Points to the compile context */
Dpcre2.h.generic486 struct pcre2_real_compile_context; \
487 typedef struct pcre2_real_compile_context pcre2_compile_context; \
799 #define pcre2_real_compile_context PCRE2_SUFFIX(pcre2_real_compile_context_)
Dpcre2.h.in486 struct pcre2_real_compile_context; \
487 typedef struct pcre2_real_compile_context pcre2_compile_context; \
799 #define pcre2_real_compile_context PCRE2_SUFFIX(pcre2_real_compile_context_) macro