Home
last modified time | relevance | path

Searched refs:REAL_PCRE (Results 1 – 11 of 11) sorted by relevance

/external/pcre/dist/
Dpcre_refcount.c82 REAL_PCRE *re = (REAL_PCRE *)argument_re; in pcre_refcount()
Dpcre_fullinfo.c82 const REAL_PCRE *re = (const REAL_PCRE *)argument_re; in pcre_fullinfo()
Dpcre_byte_order.c109 REAL_PCRE *re = (REAL_PCRE *)argument_re; in pcre_pattern_to_host_byte_order()
Dpcre_internal.h2373 #define REAL_PCRE real_pcre macro
2375 #define REAL_PCRE real_pcre16 macro
2377 #define REAL_PCRE real_pcre32 macro
2381 typedef int __assert_real_pcre_size_divisible_8[(sizeof(REAL_PCRE) % 8) == 0 ? 1 : -1];
2387 #define REAL_PCRE_MAGIC(re) (((REAL_PCRE*)re)->magic_number)
2388 #define REAL_PCRE_SIZE(re) (((REAL_PCRE*)re)->size)
2389 #define REAL_PCRE_OPTIONS(re) (((REAL_PCRE*)re)->options)
2390 #define REAL_PCRE_FLAGS(re) (((REAL_PCRE*)re)->flags)
2750 extern void PRIV(jit_compile)(const REAL_PCRE *,
Dpcre_get.c270 const REAL_PCRE *re = (const REAL_PCRE *)code; in get_first_set()
Dpcre_printint.c312 REAL_PCRE *re = (REAL_PCRE *)external_re; in pcre_printint()
Dpcre_study.c83 find_minlength(const REAL_PCRE *re, const pcre_uchar *code, in find_minlength()
1470 const REAL_PCRE *re = (const REAL_PCRE *)external_re; in pcre_study()
Dpcre_dfa_exec.c3192 REAL_PCRE *re = (REAL_PCRE *)argument_re; in pcre_dfa_exec()
Dpcre_compile.c8996 REAL_PCRE *re; in pcre_compile2()
9339 size = sizeof(REAL_PCRE) + in pcre_compile2()
9344 re = (REAL_PCRE *)(PUBL(malloc))(size); in pcre_compile2()
9365 re->name_table_offset = sizeof(REAL_PCRE) / sizeof(pcre_uchar); in pcre_compile2()
Dpcre_exec.c6386 const REAL_PCRE *re = (const REAL_PCRE *)argument_re; in pcre_exec()
Dpcre_jit_compile.c9792 PRIV(jit_compile)(const REAL_PCRE *re, PUBL(extra) *extra, int mode) in PRIV()