Lines Matching defs:next
265 /* Done, get ready for next time */
2028 * The next two sizes are the minimum and maximum values of
2179 * Move to the next record in the already read datagram if applicable
2190 MBEDTLS_SSL_DEBUG_MSG(2, ("next record in same datagram, offset: %"
2439 msg->next = NULL;
2446 while (cur->next != NULL) {
2447 cur = cur->next;
2449 cur->next = msg;
2462 mbedtls_ssl_flight_item *next;
2465 next = cur->next;
2470 cur = next;
2649 /* If done with the current message move to the next one if any */
2651 if (cur->next != NULL) {
2652 ssl->handshake->cur_msg = cur->next;
2653 ssl->handshake->cur_msg_p = cur->next->p + 12;
2694 /* The next incoming flight will start with this msg_seq */
3254 "received future handshake message of sequence number %u (next %u)",
3656 * if it's not, then hopefully it'll work next time. */
3903 /* Records from the next epoch are considered for buffering
4329 * next handshake message. */
4385 /* We don't have enough space to buffer the next expected handshake
4392 "Free buffering slot %d to make space for reassembly of next handshake message",
4515 ("Reassembly of next message of size %"
4644 * Get next Handshake message in the current record
4817 * of the next epoch as candidates for buffering. */
4825 * record from the next epoch, just ignore. */
4915 /* Get next record */
4926 /* Remember offset of next record within datagram. */
5265 * next outgoing record is set, deduce the other pointers.
5312 * next incoming record is set, deduce the other pointers.
5881 * - For 1), the next iteration will read a new record and check