Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_struct.h104 char *response_code_line; /* Readable response */ member
/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp_struct.h104 char *response_code_line; /* Readable response */ member
/freebsd-13.1/contrib/libevent/
H A Dhttp.c526 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 …]
H A DChangeLog164 o http: fix leaking of response_code_line (8f18a62 Azat Khuzhin)
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dhttp.c525 req->response_code_line); in evhttp_make_header_response()
1581 if ((req->response_code_line = mm_strdup(readable)) == NULL) { in evhttp_parse_response_line()
2870 if (req->response_code_line != NULL) in evhttp_response_code_()
2871 mm_free(req->response_code_line); in evhttp_response_code_()
2874 req->response_code_line = mm_strdup(reason); in evhttp_response_code_()
2875 if (req->response_code_line == NULL) { in evhttp_response_code_()
3823 if (req->response_code_line != NULL) in evhttp_request_free()
3824 mm_free(req->response_code_line); in evhttp_request_free()
3967 return req->response_code_line; in evhttp_request_get_response_code_line()