Searched refs:pcre2_real_compile_context (Results 1 – 4 of 4) sorted by relevance
150 sizeof(pcre2_real_compile_context), (pcre2_memctl *)gcontext); in pcre2_compile_context_create()213 ccontext->memctl.malloc(sizeof(pcre2_real_compile_context), in pcre2_compile_context_copy()216 memcpy(new, ccontext, sizeof(pcre2_real_compile_context)); in pcre2_compile_context_copy()
560 typedef struct pcre2_real_compile_context { struct569 } pcre2_real_compile_context; argument687 pcre2_real_compile_context *cx; /* Points to the compile context */
325 struct pcre2_real_compile_context; \326 typedef struct pcre2_real_compile_context pcre2_compile_context; \578 #define pcre2_real_compile_context PCRE2_SUFFIX(pcre2_real_compile_context_)
325 struct pcre2_real_compile_context; \326 typedef struct pcre2_real_compile_context pcre2_compile_context; \578 #define pcre2_real_compile_context PCRE2_SUFFIX(pcre2_real_compile_context_) macro