HomeSort by relevance Sort by last modified time
    Searched full:pcre2_real_match_context (Results 1 - 5 of 5) 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...]
pcre2test.c 326 #define PCRE2_REAL_MATCH_CONTEXT pcre2_real_match_context_8
336 #define PCRE2_REAL_MATCH_CONTEXT pcre2_real_match_context_16
345 #define PCRE2_REAL_MATCH_CONTEXT pcre2_real_match_context_32
517 #define MO(name) offsetof(PCRE2_REAL_MATCH_CONTEXT, name)
    [all...]

Completed in 438 milliseconds