Lines Matching refs:options

84   const pcre_uchar *startcode, int options, recurse_check *recurses,  in find_minlength()  argument
89 BOOL utf = (options & PCRE_UTF8) != 0; in find_minlength()
138 d = find_minlength(re, cc, startcode, options, recurses, countptr); in find_minlength()
390 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) in find_minlength()
422 dd = find_minlength(re, cs, startcode, options, &this_recurse, in find_minlength()
436 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) 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()
1452 pcre_study(const pcre *external_re, int options, const char **errorptr) in pcre_study() argument
1455 pcre16_study(const pcre16 *external_re, int options, const char **errorptr) in pcre_study()
1458 pcre32_study(const pcre32 *external_re, int options, const char **errorptr) in pcre_study()
1493 if ((options & ~PUBLIC_STUDY_OPTIONS) != 0) in pcre_study()
1506 if ((re->options & PCRE_ANCHORED) == 0 && 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()
1565 if (bits_set || min > 0 || (options & ( in pcre_study()
1629 if ((options & PCRE_STUDY_JIT_COMPILE) != 0) in pcre_study()
1631 if ((options & PCRE_STUDY_JIT_PARTIAL_SOFT_COMPILE) != 0) in pcre_study()
1633 if ((options & PCRE_STUDY_JIT_PARTIAL_HARD_COMPILE) != 0) in pcre_study()
1637 (options & PCRE_STUDY_EXTRA_NEEDED) == 0) in pcre_study()