Lines Matching defs:data
2122 * Returns the maximum length of next data read. If the
2167 /* Request body data */
2179 /* Response body data */
2350 next_readmax, frame, &item->aux_data.data,
2864 aux_data = &item->aux_data.data;
3144 aux_data = &item->aux_data.data;
3146 /* On EOF, we have already detached data. Please note that
3149 which attach data to stream. We don't want to detach it. */
3162 further data. */
3190 length = frame->hd.length - frame->data.padlen;
3191 aux_data = &item->aux_data.data;
3382 if (item->aux_data.data.no_copy) {
3539 const uint8_t *data = NULL;
3547 datalen = nghttp2_session_mem_send_internal(session, &data, 0);
3551 sentlen = session->callbacks.send_callback(session, data, (size_t)datalen,
3680 const uint8_t *data, size_t len) {
3687 session, &frame->hd, data, len, session->user_data);
5482 /* We don't have to send WINDOW_UPDATE if the data received is the
5785 * This function returns the effective payload length in the data of
5788 * strictly before this data chunk, this function returns -1.
5881 "Remote peer returned unexpected data while we expected "
7012 iframe->frame.data.padlen = (size_t)padlen;
7086 /* Consume all data for connection immediately here */
7352 /* If these flag is set, we don't want to write any data. The
7743 frame->data.padlen = 0;
7754 frame->data.padlen = (size_t)(padded_payloadlen - payloadlen);
7758 nghttp2_frame_add_pad(bufs, &frame->hd, frame->data.padlen,