Home
last modified time | relevance | path

Searched refs:EVHTTP_RESPONSE (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/ntp/sntp/libevent/include/event2/
Dhttp.h491 enum evhttp_request_kind { EVHTTP_REQUEST, EVHTTP_RESPONSE }; enumerator
/freebsd-9-stable/contrib/ntp/sntp/libevent/
Dhttp.c1129 req->kind = EVHTTP_RESPONSE; in evhttp_write_connectioncb()
1913 case EVHTTP_RESPONSE: in evhttp_parse_firstline_()
2204 case EVHTTP_RESPONSE: in evhttp_read_header()
2868 req->kind = EVHTTP_RESPONSE; in evhttp_response_code_()
2889 if (req->kind != EVHTTP_RESPONSE) in evhttp_send_page_()
3773 req->kind = EVHTTP_RESPONSE; in evhttp_request_new()