Home
last modified time | relevance | path

Searched refs:pending_status_body (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c738 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()
Dprivate-lib-roles-h2.h310 char *pending_status_body; member
/third_party/libwebsockets/lib/roles/http/
Dheader.c496 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()