Lines Matching defs:next
754 nghttp2_outbound_item *item, *next;
756 next = item->qnext;
759 item = next;
782 (*settings_ptr)->next = NULL;
809 nghttp2_inflight_settings *next = settings->next;
811 settings = next;
1653 nghttp2_stream *next;
1659 next = head_stream->closed_next;
1668 session->closed_stream_head = next;
1698 nghttp2_stream *next;
1703 next = head->closed_next;
1712 session->idle_stream_head = next;
2127 * Returns the maximum length of next data read. If the
3133 framebufs->cur = framebufs->cur->next;
3135 DEBUGF("send: next CONTINUATION frame, %zu bytes\n",
3161 /* Reset no_copy here because next write may not use this. */
3330 DEBUGF("send: next frame: payloadlen=%zu, type=%u, flags=0x%02x, "
3385 DEBUGF("send: next frame: DATA\n");
3422 /* We have already adjusted the next state */
3485 /* We have already adjusted the next state */
4761 session->inflight_settings_head = settings->next;
7519 for (i = &session->inflight_settings_head; *i; i = &(*i)->next)