Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_context.c183 sizeof(pcre2_real_match_context), (pcre2_memctl *)gcontext); in pcre2_match_context_create()
254 mcontext->memctl.malloc(sizeof(pcre2_real_match_context), in pcre2_match_context_copy()
257 memcpy(new, mcontext, sizeof(pcre2_real_match_context)); in pcre2_match_context_copy()
H A Dpcre2.h489 struct pcre2_real_match_context; \
490 typedef struct pcre2_real_match_context pcre2_match_context; \
801 #define pcre2_real_match_context PCRE2_SUFFIX(pcre2_real_match_context_) macro
H A Dpcre2_intmodedep.h580 typedef struct pcre2_real_match_context { struct
592 } pcre2_real_match_context; typedef

Completed in 19 milliseconds