Lines Matching refs:end
74 * the end of the last packet. Then there is no
125 * the end of the last packet. Then there is no
215 uint8_t **pp, uint8_t *end)
230 (int)h->metadata[m].length, pp, end))
265 buf, n, pp, end))
278 uint8_t **pp, uint8_t *end)
291 (int)imd->length, pp, end))
439 *end = &buf[sizeof(buf) - 1];
606 return -1; /* end this stream */
747 uint8_t **p = (uint8_t **)in, *end = (*p) + len,
791 buf, (int)((int)buflen + o), p, end))
799 if (lws_apply_metadata(h, wsi, buf, p, end))
804 if (lws_apply_instant_metadata(h, wsi, buf, p, end))
813 if (lws_ss_apply_sigv4(wsi, h, p, end))
945 &p, end))
952 if (lws_apply_metadata(h, wsi, buf, &p, end))
955 if (lws_finalize_write_http_header(wsi, start, &p, end))
983 (char **)&p, (char *)end);
985 buflen = lws_ptr_diff_size_t(end, p);
987 buflen -= 24; /* allow space for end of multipart */
989 buflen = lws_ptr_diff_size_t(end, p);
1007 /* end of rideshares */
1013 (char **)&p, (char *)end);