Searched refs:evhttp_uri_set_userinfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h1044 int evhttp_uri_set_userinfo(struct evhttp_uri *uri, const char *userinfo);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c2312 tt_want(-1 == evhttp_uri_set_userinfo(uri,"hello@"));
2323 tt_want(0 == evhttp_uri_set_userinfo(uri,"username:pass"));
2324 tt_want(0 == evhttp_uri_set_userinfo(uri,NULL));
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c4799 evhttp_uri_set_userinfo(struct evhttp_uri *uri, const char *userinfo) function

Completed in 165 milliseconds