Searched refs:REAL_PCRE (Results 1 - 8 of 8) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_refcount.c82 REAL_PCRE *re = (REAL_PCRE *)argument_re;
H A Dpcre_fullinfo.c82 const REAL_PCRE *re = (const REAL_PCRE *)argument_re;
H A Dpcre_get.c274 const REAL_PCRE *re = (const REAL_PCRE *)code;
H A Dpcre_printint.c312 REAL_PCRE *re = (REAL_PCRE *)external_re;
H A Dpcre_study.c83 find_minlength(const REAL_PCRE *re, const pcre_uchar *code,
1470 const REAL_PCRE *re = (const REAL_PCRE *)external_re;
H A Dpcre_dfa_exec.c3192 REAL_PCRE *re = (REAL_PCRE *)argument_re;
H A Dpcre_compile.c9015 REAL_PCRE *re;
9358 size = sizeof(REAL_PCRE) +
9363 re = (REAL_PCRE *)(PUBL(malloc))(size);
9384 re->name_table_offset = sizeof(REAL_PCRE) / sizeof(pcre_uchar);
H A Dpcre_exec.c6386 const REAL_PCRE *re = (const REAL_PCRE *)argument_re;

Completed in 79 milliseconds