Searched defs:atend (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/crypto/x509v3/
H A Dv3_utl.c849 int atend = (i == len - 1 || p[i + 1] == '.'); local
859 && (!atstart || !atend))
862 if (!atstart && !atend)
/external/libcups/cups/
H A Dipp.h834 int atend, /* At end of list? */ member in struct:_ipp_s
/external/pcre/dist2/src/
H A Dpcre2_compile.c874 atend TRUE if called when the pattern is complete
880 or -1 if an OP_RECURSE item was encountered and atend is FALSE
896 find_fixedlength(PCRE2_UCHAR *code, BOOL utf, BOOL atend, compile_block *cb, argument
952 d = find_fixedlength(cc, utf, atend, cb, recurses, countptr);
990 if (!atend) return FFL_LATER;
1002 d = find_fixedlength(cs, utf, atend, cb, &this_recurse, countptr);
1353 atend TRUE if being called to check an entire pattern
1369 compile_block *cb, BOOL atend, recurse_check *recurses, int *countptr)
1434 if (!atend) goto ISTRUE;
1462 int rc = could_be_empty_branch(scode, endcode, utf, cb, atend,
1368 could_be_empty_branch(PCRE2_SPTR code, PCRE2_SPTR endcode, BOOL utf, compile_block *cb, BOOL atend, recurse_check *recurses, int *countptr) argument
[all...]

Completed in 191 milliseconds