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

/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_struct.h104 char *response_code_line; /* Readable response */ member in struct:evhttp_request
/freebsd-12-stable/contrib/libevent/include/event2/
H A Dhttp_struct.h104 char *response_code_line; /* Readable response */ member in struct:evhttp_request
/freebsd-12-stable/contrib/libevent/
H A Dhttp.c526 req->response_code_line);
1673 if (req->response_code_line != NULL)
1674 mm_free(req->response_code_line);
1675 if ((req->response_code_line = mm_strdup(readable)) == NULL) {
2998 if (req->response_code_line != NULL)
2999 mm_free(req->response_code_line);
3002 req->response_code_line = mm_strdup(reason);
3003 if (req->response_code_line == NULL) {
3986 if (req->response_code_line != NULL)
3987 mm_free(req->response_code_line);
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c525 req->response_code_line);
1581 if ((req->response_code_line = mm_strdup(readable)) == NULL) {
2870 if (req->response_code_line != NULL)
2871 mm_free(req->response_code_line);
2874 req->response_code_line = mm_strdup(reason);
2875 if (req->response_code_line == NULL) {
3823 if (req->response_code_line != NULL)
3824 mm_free(req->response_code_line);
3967 return req->response_code_line;

Completed in 193 milliseconds