Home
last modified time | relevance | path

Searched refs:atend (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c1739 find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd) in find_fixedlength() argument
1767 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd); in find_fixedlength()
1797 if (!atend) return -3; in find_fixedlength()
1801 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd); in find_fixedlength()

Completed in 21 milliseconds