Lines Matching full:find_fixedlength
543 "internal error: unknown opcode in find_fixedlength()\0"
1736 find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd,
1765 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd,
1808 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd, &this_recurse);
8425 fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0,
9539 fixed_length = find_fixedlength(cc, (re->options & PCRE_UTF8) != 0, TRUE,