Home
last modified time | relevance | path

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

/PHP-5.3/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.h2299 #define REAL_PCRE real_pcre macro
2301 #define REAL_PCRE real_pcre16 macro
2303 #define REAL_PCRE real_pcre32 macro
2353 typedef int __assert_real_pcre_size_divisible_8[(sizeof(REAL_PCRE) % 8) == 0 ? 1 : -1];
2359 #define REAL_PCRE_MAGIC(re) (((REAL_PCRE*)re)->magic_number)
2360 #define REAL_PCRE_SIZE(re) (((REAL_PCRE*)re)->size)
2361 #define REAL_PCRE_OPTIONS(re) (((REAL_PCRE*)re)->options)
2362 #define REAL_PCRE_FLAGS(re) (((REAL_PCRE*)re)->flags)
2698 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.c1347 const REAL_PCRE *re = (const REAL_PCRE *)external_re; in pcre_study()
H A Dpcre_compile.c7776 REAL_PCRE *re; in pcre_compile2()
8054 size = sizeof(REAL_PCRE) + (length + cd->names_found * cd->name_entry_size) * sizeof(pcre_uchar); in pcre_compile2()
8055 re = (REAL_PCRE *)(PUBL(malloc))(size); in pcre_compile2()
8075 re->name_table_offset = sizeof(REAL_PCRE) / sizeof(pcre_uchar); in pcre_compile2()
H A Dpcre_exec.c6270 const REAL_PCRE *re = (const REAL_PCRE *)argument_re; in pcre_exec()

Completed in 77 milliseconds