Lines Matching defs:re
69 re compiled pattern block
82 find_minlength(const REAL_PCRE *re, const pcre_uchar *code,
133 d = find_minlength(re, cc, startcode, options, recurse_depth);
388 pcre_uchar *slot = (pcre_uchar *)re +
389 re->name_table_offset + GET2(cc, 1) * re->name_entry_size;
404 int dd = find_minlength(re, cs, startcode, options, recurse_depth);
407 slot += re->name_entry_size;
428 d = find_minlength(re, cs, startcode, options, recurse_depth);
481 branchlength += find_minlength(re, cs, startcode, options,
1398 re points to the compiled expression
1427 const REAL_PCRE *re = (const REAL_PCRE *)external_re;
1432 if (re == NULL || re->magic_number != MAGIC_NUMBER)
1438 if ((re->flags & PCRE_MODE) == 0)
1456 code = (pcre_uchar *)re + re->name_table_offset +
1457 (re->name_count * re->name_entry_size);
1463 if ((re->options & PCRE_ANCHORED) == 0 &&
1464 (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)
1470 tables = re->tables;
1494 rc = set_start_bits(code, start_bits, (re->options & PCRE_UTF8) != 0,
1506 switch(min = find_minlength(re, code, code, re->options, 0))
1587 PRIV(jit_compile)(re, extra, JIT_COMPILE);
1589 PRIV(jit_compile)(re, extra, JIT_PARTIAL_SOFT_COMPILE);
1591 PRIV(jit_compile)(re, extra, JIT_PARTIAL_HARD_COMPILE);