Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_refcount.c82 REAL_PCRE *re = (REAL_PCRE *)argument_re; in pcre_refcount()
H A Dpcre_fullinfo.c82 const REAL_PCRE *re = (const REAL_PCRE *)argument_re; in pcre_fullinfo()
H A Dpcre_internal.h2369 #define REAL_PCRE real_pcre macro
2371 #define REAL_PCRE real_pcre16 macro
2373 #define REAL_PCRE real_pcre32 macro
2377 typedef int __assert_real_pcre_size_divisible_8[(sizeof(REAL_PCRE) % 8) == 0 ? 1 : -1];
2383 #define REAL_PCRE_MAGIC(re) (((REAL_PCRE*)re)->magic_number)
2384 #define REAL_PCRE_SIZE(re) (((REAL_PCRE*)re)->size)
2385 #define REAL_PCRE_OPTIONS(re) (((REAL_PCRE*)re)->options)
2386 #define REAL_PCRE_FLAGS(re) (((REAL_PCRE*)re)->flags)
2745 extern void PRIV(jit_compile)(const REAL_PCRE *,
H A Dpcre_get.c270 const REAL_PCRE *re = (const REAL_PCRE *)code; in get_first_set()
H A Dpcre_study.c82 find_minlength(const REAL_PCRE *re, const pcre_uchar *code, in find_minlength()
1463 const REAL_PCRE *re = (const REAL_PCRE *)external_re; in pcre_study()
H A Dpcre_compile.c8870 REAL_PCRE *re; in pcre_compile2()
9212 size = sizeof(REAL_PCRE) + in pcre_compile2()
9217 re = (REAL_PCRE *)(PUBL(malloc))(size); in pcre_compile2()
9238 re->name_table_offset = sizeof(REAL_PCRE) / sizeof(pcre_uchar); in pcre_compile2()
H A Dpcre_exec.c6386 const REAL_PCRE *re = (const REAL_PCRE *)argument_re; in pcre_exec()
H A Dpcre_jit_compile.c9750 PRIV(jit_compile)(const REAL_PCRE *re, PUBL(extra) *extra, int mode) in PRIV()

Completed in 84 milliseconds