Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp_struct.h104 char *response_code_line; /* Readable response */ member
/external/libevent/
Dhttp.c538 req->response_code_line); in evhttp_make_header_response()
1705 if (req->response_code_line != NULL) in evhttp_parse_response_line()
1706 mm_free(req->response_code_line); in evhttp_parse_response_line()
1707 if ((req->response_code_line = mm_strdup(readable)) == NULL) { in evhttp_parse_response_line()
3050 if (req->response_code_line != NULL) in evhttp_response_code_()
3051 mm_free(req->response_code_line); in evhttp_response_code_()
3054 req->response_code_line = mm_strdup(reason); in evhttp_response_code_()
3055 if (req->response_code_line == NULL) { in evhttp_response_code_()
4046 if (req->response_code_line != NULL) in evhttp_request_free()
4047 mm_free(req->response_code_line); in evhttp_request_free()
[all …]
DChangeLog477 o http: fix leaking of response_code_line (8f18a62 Azat Khuzhin)