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

  /external/pcre/dist2/src/
pcre2_jit_misc.c 145 jit_stack = PRIV(memctl_malloc)(sizeof(pcre2_real_jit_stack), (pcre2_memctl *)gcontext);
pcre2.h.generic 337 struct pcre2_real_jit_stack; \
338 typedef struct pcre2_real_jit_stack pcre2_jit_stack; \
580 #define pcre2_real_jit_stack PCRE2_SUFFIX(pcre2_real_jit_stack_)
    [all...]
pcre2.h.in 337 struct pcre2_real_jit_stack; \
338 typedef struct pcre2_real_jit_stack pcre2_jit_stack; \
580 #define pcre2_real_jit_stack PCRE2_SUFFIX(pcre2_real_jit_stack_)
    [all...]
pcre2_intmodedep.h 729 typedef struct pcre2_real_jit_stack { struct
732 } pcre2_real_jit_stack; typedef in typeref:struct:pcre2_real_jit_stack
    [all...]

Completed in 166 milliseconds