Searched refs:atend (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_utl.c | 810 int atend = (i == len - 1 || p[i + 1] == '.'); in valid_star() local 820 && (!atstart || !atend)) in valid_star() 823 if (!atstart && !atend) in valid_star()
|
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 896 find_fixedlength(PCRE2_UCHAR *code, BOOL utf, BOOL atend, compile_block *cb, in find_fixedlength() argument 952 d = find_fixedlength(cc, utf, atend, cb, recurses, countptr); in find_fixedlength() 990 if (!atend) return FFL_LATER; in find_fixedlength() 1002 d = find_fixedlength(cs, utf, atend, cb, &this_recurse, countptr); in find_fixedlength() 1369 compile_block *cb, BOOL atend, recurse_check *recurses, int *countptr) in could_be_empty_branch() argument 1434 if (!atend) goto ISTRUE; in could_be_empty_branch() 1462 int rc = could_be_empty_branch(scode, endcode, utf, cb, atend, in could_be_empty_branch() 1523 int rc = could_be_empty_branch(code, endcode, utf, cb, atend, in could_be_empty_branch()
|
/external/libcups/cups/ |
D | ipp.c | 1989 ipp->atend = 0; in ippFindAttribute() 2024 DEBUG_printf(("3ippFindNextAttribute: atend=%d", ipp->atend)); in ippFindNextAttribute() 2026 if (ipp->atend) in ippFindNextAttribute() 2062 ipp->atend = 1; in ippFindNextAttribute() 2121 ipp->atend = 1; in ippFindNextAttribute()
|
D | ipp.h | 833 int atend, /* At end of list? */ member
|