Lines Matching defs:next
749 nghttp2_outbound_item *item, *next;
751 next = item->qnext;
754 item = next;
777 (*settings_ptr)->next = NULL;
804 nghttp2_inflight_settings *next = settings->next;
806 settings = next;
1648 nghttp2_stream *next;
1654 next = head_stream->closed_next;
1663 session->closed_stream_head = next;
1693 nghttp2_stream *next;
1698 next = head->closed_next;
1707 session->idle_stream_head = next;
2122 * Returns the maximum length of next data read. If the
3128 framebufs->cur = framebufs->cur->next;
3130 DEBUGF("send: next CONTINUATION frame, %zu bytes\n",
3156 /* Reset no_copy here because next write may not use this. */
3325 DEBUGF("send: next frame: payloadlen=%zu, type=%u, flags=0x%02x, "
3380 DEBUGF("send: next frame: DATA\n");
3417 /* We have already adjusted the next state */
3480 /* We have already adjusted the next state */
4756 session->inflight_settings_head = settings->next;
7508 for (i = &session->inflight_settings_head; *i; i = &(*i)->next)