Searched refs:evhttp_uri (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h777 struct evhttp_uri;
784 const struct evhttp_uri *evhttp_request_get_evhttp_uri(const struct evhttp_request *req);
986 * Return a new empty evhttp_uri with no fields set.
989 struct evhttp_uri *evhttp_uri_new(void);
996 void evhttp_uri_set_flags(struct evhttp_uri *uri, unsigned flags);
998 /** Return the scheme of an evhttp_uri, or NULL if there is no scheme has
999 * been set and the evhttp_uri contains a Relative-Ref. */
1001 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
1003 * Return the userinfo part of an evhttp_uri, or NULL if it has no userinfo
1007 const char *evhttp_uri_get_userinfo(const struct evhttp_uri *ur
[all...]
H A Dhttp_struct.h98 struct evhttp_uri *uri_elems; /* uri elements */
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c3061 struct evhttp_uri *uri=NULL;
3907 const struct evhttp_uri *
4239 struct evhttp_uri { struct
4250 struct evhttp_uri *
4253 struct evhttp_uri *uri = mm_calloc(sizeof(struct evhttp_uri), 1);
4260 evhttp_uri_set_flags(struct evhttp_uri *uri, unsigned flags)
4386 parse_authority(struct evhttp_uri *uri, char *s, char *eos)
4523 struct evhttp_uri *
4529 struct evhttp_uri *
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c2210 struct evhttp_uri *uri = NULL;

Completed in 163 milliseconds