Searched defs:fixed_length (Results 1 - 2 of 2) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_compile.c7771 int fixed_length; local
7774 fixed_length = find_fixedlength(last_branch, (options & PCRE2_UTF) != 0,
7776 if (fixed_length == FFL_LATER)
7780 else if (fixed_length < 0)
7782 *errorcodeptr = fixed_length_errors[-fixed_length];
7788 if (fixed_length > cb->max_lookbehind)
7789 cb->max_lookbehind = fixed_length;
7790 PUT(reverse_count, 0, fixed_length);
8908 int fixed_length; local
8913 fixed_length
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 109 milliseconds