Searched refs:atend (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_utl.c | 759 int atend = (i == len - 1 || p[i+1] == '.'); in valid_star() local 769 && (!atstart || !atend)) in valid_star() 772 if (!atstart && !atend) in valid_star()
|
/external/pcre/dist/ |
D | pcre_compile.c | 1736 find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd, in find_fixedlength() argument 1765 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd, in find_fixedlength() 1796 if (!atend) return -3; in find_fixedlength() 1808 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd, &this_recurse); in find_fixedlength()
|