Searched refs:atend (Results 1 - 2 of 2) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
H A D | v3_utl.c | 759 int atend = (i == len - 1 || p[i+1] == '.'); local 769 && (!atstart || !atend)) 772 if (!atstart && !atend)
|
/external/pcre/dist/ |
H A D | pcre_compile.c | 1724 atend TRUE if called when the pattern is complete 1731 or -3 if an OP_RECURSE item was encountered and atend is FALSE 1736 find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd, argument 1765 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd, 1796 if (!atend) return -3; 1808 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd, &this_recurse);
|
Completed in 1768 milliseconds