REAL_PCRE        8994 ext/pcre/pcrelib/pcre_compile.c REAL_PCRE *re;
REAL_PCRE        9337 ext/pcre/pcrelib/pcre_compile.c size = sizeof(REAL_PCRE) +
REAL_PCRE        9342 ext/pcre/pcrelib/pcre_compile.c re = (REAL_PCRE *)(PUBL(malloc))(size);
REAL_PCRE        9363 ext/pcre/pcrelib/pcre_compile.c re->name_table_offset = sizeof(REAL_PCRE) / sizeof(pcre_uchar);
REAL_PCRE        6384 ext/pcre/pcrelib/pcre_exec.c const REAL_PCRE *re = (const REAL_PCRE *)argument_re;
REAL_PCRE          80 ext/pcre/pcrelib/pcre_fullinfo.c const REAL_PCRE *re = (const REAL_PCRE *)argument_re;
REAL_PCRE         268 ext/pcre/pcrelib/pcre_get.c const REAL_PCRE *re = (const REAL_PCRE *)code;
REAL_PCRE        2381 ext/pcre/pcrelib/pcre_internal.h typedef int __assert_real_pcre_size_divisible_8[(sizeof(REAL_PCRE) % 8) == 0 ? 1 : -1];
REAL_PCRE        2387 ext/pcre/pcrelib/pcre_internal.h #define REAL_PCRE_MAGIC(re)     (((REAL_PCRE*)re)->magic_number)
REAL_PCRE        2388 ext/pcre/pcrelib/pcre_internal.h #define REAL_PCRE_SIZE(re)      (((REAL_PCRE*)re)->size)
REAL_PCRE        2389 ext/pcre/pcrelib/pcre_internal.h #define REAL_PCRE_OPTIONS(re)   (((REAL_PCRE*)re)->options)
REAL_PCRE        2390 ext/pcre/pcrelib/pcre_internal.h #define REAL_PCRE_FLAGS(re)     (((REAL_PCRE*)re)->flags)
REAL_PCRE        2750 ext/pcre/pcrelib/pcre_internal.h extern void              PRIV(jit_compile)(const REAL_PCRE *,
REAL_PCRE        9792 ext/pcre/pcrelib/pcre_jit_compile.c PRIV(jit_compile)(const REAL_PCRE *re, PUBL(extra) *extra, int mode)
REAL_PCRE         310 ext/pcre/pcrelib/pcre_printint.c REAL_PCRE *re = (REAL_PCRE *)external_re;
REAL_PCRE          80 ext/pcre/pcrelib/pcre_refcount.c REAL_PCRE *re = (REAL_PCRE *)argument_re;
REAL_PCRE          81 ext/pcre/pcrelib/pcre_study.c find_minlength(const REAL_PCRE *re, const pcre_uchar *code,
REAL_PCRE        1468 ext/pcre/pcrelib/pcre_study.c const REAL_PCRE *re = (const REAL_PCRE *)external_re;