Home
last modified time | relevance | path

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

/external/libevent/sample/
Dhttp-connect.c42 evhttp_uri_set_userinfo(path, 0); in uri_path()
/external/libevent/include/event2/
Dhttp.h1082 int evhttp_uri_set_userinfo(struct evhttp_uri *uri, const char *userinfo);
/external/libevent/test/
Dregress_http.c2630 tt_want(-1 == evhttp_uri_set_userinfo(uri,"hello@")); in http_parse_uri_test()
2641 tt_want(0 == evhttp_uri_set_userinfo(uri,"username:pass")); in http_parse_uri_test()
2642 tt_want(0 == evhttp_uri_set_userinfo(uri,NULL)); in http_parse_uri_test()
/external/libevent/
Dhttp.c5070 evhttp_uri_set_userinfo(struct evhttp_uri *uri, const char *userinfo) in evhttp_uri_set_userinfo() function