Home
last modified time | relevance | path

Searched refs:http_body (Results 1 – 5 of 5) sorted by relevance

/external/libmicrohttpd/src/examples/
Dmhd2spdy_http.c130 memcpy(newbody, proxy->http_body + max, proxy->http_body_size - max); in http_cb_response()
132 memcpy(buffer, proxy->http_body, ret); in http_cb_response()
133 free(proxy->http_body); in http_cb_response()
134 proxy->http_body = newbody; in http_cb_response()
Dmhd2spdy_structures.c121 if(NULL != proxy->http_body && proxy->http_body_size > 0) in free_proxy()
123 free(proxy->http_body); in free_proxy()
Dmhd2spdy_structures.h114 void *http_body; member
Dmhd2spdy_spdy.c438 if(!copy_buffer(data, len, &proxy->http_body, &proxy->http_body_size)) in spdy_cb_on_data_chunk_recv()
/external/libmicrohttpd/src/spdy2http/
Dproxy.c169 void *http_body; member
466 ret = get_from_buffer(&(proxy->http_body), &(proxy->http_body_size), buffer, max); in response_callback()
517 free(proxy->http_body); in response_done_callback()
518 proxy->http_body = NULL; in response_done_callback()
697 if(!store_in_buffer(contents, realsize, &proxy->http_body, &proxy->http_body_size)) in curl_write_cb()