Home | History | Annotate | Download | only in test

Lines Matching refs:evhttp_uri_set_port

2569 	tt_want(-1 == evhttp_uri_set_port(uri,-3));
2584 tt_want(0 == evhttp_uri_set_port(uri, -1));
2585 tt_want(0 == evhttp_uri_set_port(uri, 80));
2586 tt_want(0 == evhttp_uri_set_port(uri, 65535));