Searched refs:response_code_line (Results 1 – 3 of 3) sorted by relevance
104 char *response_code_line; /* Readable response */ member
526 req->response_code_line); in evhttp_make_header_response()1673 if (req->response_code_line != NULL) in evhttp_parse_response_line()1674 mm_free(req->response_code_line); in evhttp_parse_response_line()1675 if ((req->response_code_line = mm_strdup(readable)) == NULL) { in evhttp_parse_response_line()2998 if (req->response_code_line != NULL) in evhttp_response_code_()2999 mm_free(req->response_code_line); in evhttp_response_code_()3002 req->response_code_line = mm_strdup(reason); in evhttp_response_code_()3003 if (req->response_code_line == NULL) { in evhttp_response_code_()3986 if (req->response_code_line != NULL) in evhttp_request_free()3987 mm_free(req->response_code_line); in evhttp_request_free()[all …]
164 o http: fix leaking of response_code_line (8f18a62 Azat Khuzhin)