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

/external/pcre/dist/
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_byte_order.c109 REAL_PCRE *re = (REAL_PCRE *)argument_re;
H A Dpcre_get.c270 const REAL_PCRE *re = (const REAL_PCRE *)code;
H A Dpcre_printint.c312 REAL_PCRE *re = (REAL_PCRE *)external_re;
H A Dpcre_study.c82 find_minlength(const REAL_PCRE *re, const pcre_uchar *code,
1427 const REAL_PCRE *re = (const REAL_PCRE *)external_re;
H A Dpcre_dfa_exec.c3191 REAL_PCRE *re = (REAL_PCRE *)argument_re;
H A Dpcre_compile.c8784 REAL_PCRE *re;
9132 size = sizeof(REAL_PCRE) +
9137 re = (REAL_PCRE *)(PUBL(malloc))(size);
9158 re->name_table_offset = sizeof(REAL_PCRE) / sizeof(pcre_uchar);
H A Dpcre_exec.c6374 const REAL_PCRE *re = (const REAL_PCRE *)argument_re;
H A Dpcre_jit_compile.c9732 PRIV(jit_compile)(const REAL_PCRE *re, PUBL(extra) *extra, int mode)

Completed in 3406 milliseconds