Home
last modified time | relevance | path

Searched refs:EVHTTP_URI_NONCONFORMANT (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/ntp/sntp/libevent/include/event2/
Dhttp.h1118 #define EVHTTP_URI_NONCONFORMANT 0x01 macro
/freebsd-9-stable/contrib/ntp/sntp/libevent/
Dhttp.c1739 EVHTTP_URI_NONCONFORMANT)) == NULL) { in evhttp_parse_request_line()
4472 if (flags & EVHTTP_URI_NONCONFORMANT) { in end_of_path()
/freebsd-9-stable/contrib/ntp/sntp/libevent/test/
Dregress_http.c2209 nonconform ? EVHTTP_URI_NONCONFORMANT : 0; in http_parse_uri_test()