Lines Matching refs:re

83 find_minlength(const REAL_PCRE *re, const pcre_uchar *code,  in find_minlength()  argument
138 d = find_minlength(re, cc, startcode, options, recurses, countptr); in find_minlength()
393 pcre_uchar *slot = (pcre_uchar *)re + in find_minlength()
394 re->name_table_offset + GET2(cc, 1) * re->name_entry_size; in find_minlength()
422 dd = find_minlength(re, cs, startcode, options, &this_recurse, in find_minlength()
427 slot += re->name_entry_size; in find_minlength()
459 d = find_minlength(re, cs, startcode, options, &this_recurse, in find_minlength()
522 branchlength += find_minlength(re, cs, startcode, options, in find_minlength()
1470 const REAL_PCRE *re = (const REAL_PCRE *)external_re; in pcre_study() local
1475 if (re == NULL || re->magic_number != MAGIC_NUMBER) in pcre_study()
1481 if ((re->flags & PCRE_MODE) == 0) in pcre_study()
1499 code = (pcre_uchar *)re + re->name_table_offset + in pcre_study()
1500 (re->name_count * re->name_entry_size); in pcre_study()
1506 if ((re->options & PCRE_ANCHORED) == 0 && in pcre_study()
1507 (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0) in pcre_study()
1513 tables = re->tables; in pcre_study()
1537 rc = set_start_bits(code, start_bits, (re->options & PCRE_UTF8) != 0, in pcre_study()
1549 switch(min = find_minlength(re, code, code, re->options, NULL, &count)) in pcre_study()
1630 PRIV(jit_compile)(re, extra, JIT_COMPILE); in pcre_study()
1632 PRIV(jit_compile)(re, extra, JIT_PARTIAL_SOFT_COMPILE); in pcre_study()
1634 PRIV(jit_compile)(re, extra, JIT_PARTIAL_HARD_COMPILE); in pcre_study()