REAL_PCRE        7631 pcre/pcrelib/pcre_compile.c REAL_PCRE *re;
REAL_PCRE        7894 pcre/pcrelib/pcre_compile.c size = sizeof(REAL_PCRE) + (length + cd->names_found * cd->name_entry_size) * sizeof(pcre_uchar);
REAL_PCRE        7895 pcre/pcrelib/pcre_compile.c re = (REAL_PCRE *)(PUBL(malloc))(size);
REAL_PCRE        7915 pcre/pcrelib/pcre_compile.c re->name_table_offset = sizeof(REAL_PCRE) / sizeof(pcre_uchar);
REAL_PCRE        6372 pcre/pcrelib/pcre_exec.c const REAL_PCRE *re = (const REAL_PCRE *)argument_re;
REAL_PCRE          76 pcre/pcrelib/pcre_fullinfo.c const REAL_PCRE *re = (const REAL_PCRE *)argument_re;
REAL_PCRE         235 pcre/pcrelib/pcre_get.c const REAL_PCRE *re = (const REAL_PCRE *)code;
REAL_PCRE        2306 pcre/pcrelib/pcre_internal.h extern void              PRIV(jit_compile)(const REAL_PCRE *,
REAL_PCRE        2308 pcre/pcrelib/pcre_internal.h extern int               PRIV(jit_exec)(const REAL_PCRE *, const PUBL(extra) *,
REAL_PCRE          77 pcre/pcrelib/pcre_refcount.c REAL_PCRE *re = (REAL_PCRE *)argument_re;
REAL_PCRE        1329 pcre/pcrelib/pcre_study.c const REAL_PCRE *re = (const REAL_PCRE *)external_re;