codestart 9009 ext/pcre/pcrelib/pcre_compile.c const pcre_uchar *codestart; codestart 9390 ext/pcre/pcrelib/pcre_compile.c codestart = cd->name_table + re->name_entry_size * re->name_count; codestart 9391 ext/pcre/pcrelib/pcre_compile.c cd->start_code = codestart; codestart 9419 ext/pcre/pcrelib/pcre_compile.c code = (pcre_uchar *)codestart; codestart 9444 ext/pcre/pcrelib/pcre_compile.c if (code - codestart > length) errorcode = ERR23; codestart 9451 ext/pcre/pcrelib/pcre_compile.c VALGRIND_MAKE_MEM_NOACCESS(code, (length - (code - codestart)) * sizeof(pcre_uchar)); codestart 9470 ext/pcre/pcrelib/pcre_compile.c if (offset == 0 || codestart[offset-1] != OP_RECURSE) codestart 9476 ext/pcre/pcrelib/pcre_compile.c recno = GET(codestart, offset); codestart 9479 ext/pcre/pcrelib/pcre_compile.c groupptr = PRIV(find_bracket)(codestart, utf, recno); codestart 9483 ext/pcre/pcrelib/pcre_compile.c else PUT(((pcre_uchar *)codestart), offset, (int)(groupptr - codestart)); codestart 9508 ext/pcre/pcrelib/pcre_compile.c pcre_uchar *temp = (pcre_uchar *)codestart; codestart 9522 ext/pcre/pcrelib/pcre_compile.c pcre_uchar *cc = (pcre_uchar *)codestart; codestart 9529 ext/pcre/pcrelib/pcre_compile.c for (cc = (pcre_uchar *)PRIV(find_bracket)(codestart, utf, -1); codestart 9582 ext/pcre/pcrelib/pcre_compile.c if (is_anchored(codestart, 0, cd, 0)) re->options |= PCRE_ANCHORED; codestart 9586 ext/pcre/pcrelib/pcre_compile.c firstchar = find_firstassertedchar(codestart, &firstcharflags, FALSE); codestart 9620 ext/pcre/pcrelib/pcre_compile.c else if (is_startline(codestart, 0, cd, 0)) re->flags |= PCRE_STARTLINE; codestart 9699 ext/pcre/pcrelib/pcre_compile.c if (code - codestart > length) codestart 9714 ext/pcre/pcrelib/pcre_compile.c if (could_be_empty_branch(codestart, code, utf, cd, NULL)) codestart 9719 ext/pcre/pcrelib/pcre_compile.c codestart += GET(codestart, 1); codestart 9721 ext/pcre/pcrelib/pcre_compile.c while (*codestart == OP_ALT);