Searched refs:find_fixedlength (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist/ |
D | pcre_compile.c | 1716 find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd) in find_fixedlength() function 1744 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd); in find_fixedlength() 1778 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd); in find_fixedlength() 8214 fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, in compile_regex() 9321 fixed_length = find_fixedlength(cc, (re->options & PCRE_UTF8) != 0, TRUE, in pcre_compile2()
|
/external/pcre/dist/doc/ |
D | pcre.txt | 2479 70 internal error: unknown opcode in find_fixedlength()
|