Searched defs:http_response (Results 1 – 3 of 3) sorted by relevance
105 struct http_response { struct113 http_response_cb_t cb; argument144 uint8_t *body_frag_start;147 size_t body_frag_len;152 uint8_t *recv_buf;155 size_t recv_buf_len;167 size_t data_len;172 size_t content_length;179 size_t processed;191 char http_status[HTTP_STATUS_STR_SIZE];[all …]
86 char http_response[sizeof(HTTP_500_RESPONSE_TEMPLATE) + in send_http1_500() local130 char http_response[sizeof(RESPONSE_TEMPLATE) + in handle_http1_static_resource() local208 char http_response[MAX(sizeof(RESPONSE_TEMPLATE_DYNAMIC_PART1) + sizeof("xxx"), in http1_send_headers() local499 char http_response[STATIC_FS_RESPONSE_SIZE]; in handle_http1_static_fs_resource() local
380 char http_response[sizeof(HTTP_500_RESPONSE_TEMPLATE) + in send_http2_500() local