Searched refs:pending_status_body (Results 1 – 3 of 3) sorted by relevance
738 if (wsi->h2.pending_status_body) in rops_close_kill_connection_h2()739 lws_free_set_NULL(wsi->h2.pending_status_body); in rops_close_kill_connection_h2()1023 if (w->h2.pending_status_body) { in rops_perform_user_POLLOUT_h2()1025 n = lws_write(w, (uint8_t *)w->h2.pending_status_body + in rops_perform_user_POLLOUT_h2()1027 strlen(w->h2.pending_status_body + in rops_perform_user_POLLOUT_h2()1029 lws_free_set_NULL(w->h2.pending_status_body); in rops_perform_user_POLLOUT_h2()1098 if (n >= 0 && !w->h2.pending_status_body && in rops_perform_user_POLLOUT_h2()
310 char *pending_status_body; member
496 wsi->h2.pending_status_body = lws_malloc((unsigned int)len + LWS_PRE + 1, in lws_return_http_status()498 if (!wsi->h2.pending_status_body) in lws_return_http_status()501 strcpy(wsi->h2.pending_status_body + LWS_PRE, body); in lws_return_http_status()