Home | History | Annotate | Download | only in test

Lines Matching refs:evhttp_uri_set_path

2543 	tt_want(0==evhttp_uri_set_path(uri, "hi_mom"));
2570 tt_want(-1 == evhttp_uri_set_path(uri,"hello?world"));
2587 tt_want(0 == evhttp_uri_set_path(uri, ""));
2588 tt_want(0 == evhttp_uri_set_path(uri, "/documents/public/index.html"));
2589 tt_want(0 == evhttp_uri_set_path(uri, NULL));