Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress_http.c2460 const int nonconform = (ptr != NULL); in http_parse_uri_test() local
2462 nonconform ? EVHTTP_URI_NONCONFORMANT : 0; in http_parse_uri_test()
2488 if (uri != NULL && !nonconform) { \ in http_parse_uri_test()
2490 } else if (uri == NULL && nonconform) { \ in http_parse_uri_test()