Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_utl.c759 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/
Dpcre_compile.c1736 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()