Lines Matching defs:REAL_PCRE
2365 #define REAL_PCRE real_pcre
2367 #define REAL_PCRE real_pcre16
2369 #define REAL_PCRE real_pcre32
2372 /* Assert that the size of REAL_PCRE is divisible by 8 */
2373 typedef int __assert_real_pcre_size_divisible_8[(sizeof(REAL_PCRE) % 8) == 0 ? 1 : -1];
2379 #define REAL_PCRE_MAGIC(re) (((REAL_PCRE*)re)->magic_number)
2380 #define REAL_PCRE_SIZE(re) (((REAL_PCRE*)re)->size)
2381 #define REAL_PCRE_OPTIONS(re) (((REAL_PCRE*)re)->options)
2382 #define REAL_PCRE_FLAGS(re) (((REAL_PCRE*)re)->flags)
2733 extern void PRIV(jit_compile)(const REAL_PCRE *,