Home
last modified time | relevance | path

Searched refs:end (Results 1 – 12 of 12) sorted by relevance

/include/internal/
A Dring_buf.h200 uint64_t start, uint64_t end, in ring_buf_cpop_range() argument
203 assert(end >= start); in ring_buf_cpop_range()
205 if (start > r->ctail_offset || end >= MAX_OFFSET) in ring_buf_cpop_range()
208 if (cleanse && r->alloc > 0 && end > r->ctail_offset) { in ring_buf_cpop_range()
210 uint64_t cleanse_end = end + 1; in ring_buf_cpop_range()
225 r->ctail_offset = end + 1; in ring_buf_cpop_range()
A Dquic_stream.h165 uint64_t end);
192 uint64_t end);
216 uint64_t end);
A Duint_set.h28 uint64_t start, end; member
A Dquic_txpim.h60 uint64_t start, end; member
A Dquic_fc.h200 uint64_t end, int is_fin);
A Dquic_wire.h137 QUIC_PN start, end; member
/include/openssl/
A Dct.h.in413 * If |psct| is not null, it will end up pointing to the parsed SCT. If it
416 * |in| will be advanced to the end of the SCT if parsing succeeds.
A Dasn1.h.in885 /* Mark start and end of SEQUENCE */
887 /* Mark start and end of SEQUENCE/SET OF */
A Dui.h.in84 a buffer for the result to end up with, a minimum input size and a maximum
A Dasn1t.h.in92 /* Macros for start and end of ASN1_ITEM definition */
A Dbio.h.in438 # define BIO_C_SET_BUF_MEM_EOF_RETURN 130/* return end of input
A Dx509.h.in504 const ASN1_TIME *start, const ASN1_TIME *end);

Completed in 829 milliseconds