Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_context.c151 sizeof(pcre2_real_compile_context), (pcre2_memctl *)gcontext); in pcre2_compile_context_create()
244 ccontext->memctl.malloc(sizeof(pcre2_real_compile_context), in pcre2_compile_context_copy()
247 memcpy(new, ccontext, sizeof(pcre2_real_compile_context)); in pcre2_compile_context_copy()
H A Dpcre2_intmodedep.h565 typedef struct pcre2_real_compile_context { struct
575 } pcre2_real_compile_context; argument
720 pcre2_real_compile_context *cx; /* Points to the compile context */
H A Dpcre2.h483 struct pcre2_real_compile_context; \
484 typedef struct pcre2_real_compile_context pcre2_compile_context; \
814 #define pcre2_real_compile_context PCRE2_SUFFIX(pcre2_real_compile_context_) macro

Completed in 19 milliseconds