Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h2/
Dops-h2.c704 if (wsi->h2.pending_status_body) in rops_close_kill_connection_h2()
705 lws_free_set_NULL(wsi->h2.pending_status_body); in rops_close_kill_connection_h2()
918 if (w->h2.pending_status_body) { in rops_perform_user_POLLOUT_h2()
920 n = lws_write(w, (uint8_t *)w->h2.pending_status_body + in rops_perform_user_POLLOUT_h2()
922 strlen(w->h2.pending_status_body + in rops_perform_user_POLLOUT_h2()
924 lws_free_set_NULL(w->h2.pending_status_body); in rops_perform_user_POLLOUT_h2()
969 if (n >= 0 && !w->h2.pending_status_body && in rops_perform_user_POLLOUT_h2()
Dprivate-lib-roles-h2.h309 char *pending_status_body; member
/external/libwebsockets/lib/roles/http/
Dheader.c469 wsi->h2.pending_status_body = lws_malloc(len + LWS_PRE + 1, in lws_return_http_status()
471 if (!wsi->h2.pending_status_body) in lws_return_http_status()
474 strcpy(wsi->h2.pending_status_body + LWS_PRE, body); in lws_return_http_status()