Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_refcount.c80 REAL_PCRE *re = (REAL_PCRE *)argument_re; in pcre_refcount()
H A Dpcre_fullinfo.c80 const REAL_PCRE *re = (const REAL_PCRE *)argument_re; in pcre_fullinfo()
H A 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 *,
H A Dpcre_get.c268 const REAL_PCRE *re = (const REAL_PCRE *)code; in get_first_set()
H A Dpcre_printint.c310 REAL_PCRE *re = (REAL_PCRE *)external_re; in pcre_printint()
H A Dpcre_study.c81 find_minlength(const REAL_PCRE *re, const pcre_uchar *code, in find_minlength()
1468 const REAL_PCRE *re = (const REAL_PCRE *)external_re; in pcre_study()
H A Dpcre_compile.c8999 REAL_PCRE *re; in pcre_compile2()
9342 size = sizeof(REAL_PCRE) + in pcre_compile2()
9347 re = (REAL_PCRE *)(PUBL(malloc))(size); in pcre_compile2()
9368 re->name_table_offset = sizeof(REAL_PCRE) / sizeof(pcre_uchar); in pcre_compile2()
H A Dpcre_exec.c6384 const REAL_PCRE *re = (const REAL_PCRE *)argument_re; in pcre_exec()
H A Dpcre_jit_compile.c9792 PRIV(jit_compile)(const REAL_PCRE *re, PUBL(extra) *extra, int mode) in PRIV()

Completed in 143 milliseconds