Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp_struct.h105 char *response_code_line; /* Readable response */ member
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dhttp_struct.h106 char *response_code_line; /* Readable response */ member
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c542 req->response_code_line); in evhttp_make_header_response()
1709 if (req->response_code_line != NULL) in evhttp_parse_response_line()
1710 mm_free(req->response_code_line); in evhttp_parse_response_line()
1711 if ((req->response_code_line = mm_strdup(readable)) == NULL) { in evhttp_parse_response_line()
3054 if (req->response_code_line != NULL) in evhttp_response_code_()
3055 mm_free(req->response_code_line); in evhttp_response_code_()
3058 req->response_code_line = mm_strdup(reason); in evhttp_response_code_()
3059 if (req->response_code_line == NULL) { in evhttp_response_code_()
4050 if (req->response_code_line != NULL) in evhttp_request_free()
4051 mm_free(req->response_code_line); in evhttp_request_free()
[all …]
H A DChangeLog477 o http: fix leaking of response_code_line (8f18a62 Azat Khuzhin)