Searched refs:end (Results 1 – 12 of 12) sorted by relevance
200 uint64_t start, uint64_t end, in ring_buf_cpop_range() argument203 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()
165 uint64_t end);192 uint64_t end);216 uint64_t end);
28 uint64_t start, end; member
60 uint64_t start, end; member
200 uint64_t end, int is_fin);
137 QUIC_PN start, end; member
413 * If |psct| is not null, it will end up pointing to the parsed SCT. If it416 * |in| will be advanced to the end of the SCT if parsing succeeds.
885 /* Mark start and end of SEQUENCE */887 /* Mark start and end of SEQUENCE/SET OF */
84 a buffer for the result to end up with, a minimum input size and a maximum
92 /* Macros for start and end of ASN1_ITEM definition */
438 # define BIO_C_SET_BUF_MEM_EOF_RETURN 130/* return end of input
504 const ASN1_TIME *start, const ASN1_TIME *end);
Completed in 829 milliseconds