Home | History | Annotate | Download | only in dist

Lines Matching defs:code

15     * Redistributions of source code must retain the above copyright notice,
70 code pointer to start of group (the bracket)
71 startcode pointer to start of the whole pattern's code
83 find_minlength(const REAL_PCRE *re, const pcre_uchar *code,
93 register pcre_uchar *cc = (pcre_uchar *)code + 1 + LINK_SIZE;
97 if (*code == OP_CBRA || *code == OP_SCBRA ||
98 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) cc += IMM2_SIZE;
153 the end of the outer call. All can be handled by the same code. If an
299 appear, but leave the code, just in case.) */
336 /* The original code caused an unsigned overflow in 64 bit systems,
790 code points to an expression
802 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf,
815 /* The following comment and code was inserted in January 1999. In May 2006,
822 code. Apparently IBM isn't going to fix the problem, and we would rather not
833 const pcre_uchar *tcode = code + 1 + LINK_SIZE;
835 if (*code == OP_CBRA || *code == OP_SCBRA ||
836 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE;
845 been created that hasn't been added to this code. Hopefully this problem
1100 relevant for finding the first character, so their code here is
1421 code += GET(code, 1); /* Advance to next branch */
1423 while (*code == OP_ALT);
1468 pcre_uchar *code;
1499 code = (pcre_uchar *)re + re->name_table_offset +
1537 rc = set_start_bits(code, start_bits, (re->options & PCRE_UTF8) != 0,
1549 switch(min = find_minlength(re, code, code, re->options, NULL, &count))
1563 becomes variable in the future, we don't have to change that code. */