HomeSort by relevance Sort by last modified time
    Searched refs:pcre2_real_match_context (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist2/src/
pcre2_context.c 184 sizeof(pcre2_real_match_context), (pcre2_memctl *)gcontext);
225 mcontext->memctl.malloc(sizeof(pcre2_real_match_context),
228 memcpy(new, mcontext, sizeof(pcre2_real_match_context));
pcre2.h.generic 328 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_)
    [all...]
pcre2.h.in 328 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_)
    [all...]
pcre2_intmodedep.h 573 typedef struct pcre2_real_match_context { struct
587 } pcre2_real_match_context; typedef in typeref:struct:pcre2_real_match_context
    [all...]

Completed in 50 milliseconds