HelenOS sources
http_response_t 207 uspace/app/download/main.c http_response_t *response = NULL;
http_response_t 131 uspace/lib/http/include/http/http.h extern errno_t http_receive_response(receive_buffer_t *, http_response_t **,
http_response_t 133 uspace/lib/http/include/http/http.h extern void http_response_destroy(http_response_t *);
http_response_t 189 uspace/lib/http/src/response.c errno_t http_receive_response(receive_buffer_t *rb, http_response_t **out_response,
http_response_t 192 uspace/lib/http/src/response.c http_response_t *resp = malloc(sizeof(http_response_t));
http_response_t 195 uspace/lib/http/src/response.c memset(resp, 0, sizeof(http_response_t));
http_response_t 223 uspace/lib/http/src/response.c void http_response_destroy(http_response_t *resp)
HelenOS homepage, sources at GitHub