Lines Matching defs:body
423 char *body = (char *)start + context->pt_serv_buf_size - 512;
458 len = lws_snprintf(body, 510, "<html><head>"
463 "</head><body><h1>%u</h1>%s</body></html>", code, html_body);
484 * However we do need to send the human-readable body, and the
495 * ... but stash the body and send it as a priority next
502 "pending status body");
506 strcpy(wsi->h2.pending_status_body + LWS_PRE, body);
514 * for http/1, we can just append the body after the finalized
519 memcpy(p, body, (unsigned int)len);