HomeSort by relevance Sort by last modified time
    Searched full:evhttp_uri (Results 1 - 4 of 4) sorted by null

  /external/libevent/include/event2/
http.h 528 struct evhttp_uri;
533 const struct evhttp_uri *evhttp_request_get_evhttp_uri(const struct evhttp_request *req);
715 * Return a new empty evhttp_uri with no fields set.
717 struct evhttp_uri *evhttp_uri_new(void);
723 void evhttp_uri_set_flags(struct evhttp_uri *uri, unsigned flags);
725 /** Return the scheme of an evhttp_uri, or NULL if there is no scheme has
726 * been set and the evhttp_uri contains a Relative-Ref. */
727 const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri);
729 * Return the userinfo part of an evhttp_uri, or NULL if it has no userinfo
732 const char *evhttp_uri_get_userinfo(const struct evhttp_uri *uri)
    [all...]
http_struct.h 98 struct evhttp_uri *uri_elems; /* uri elements */
  /external/libevent/
http.c 3913 struct evhttp_uri { struct
    [all...]
ChangeLog 496 o New evhttp_uri(encode|decode) functions to handle + and NUL characters right (a8148ce)
    [all...]

Completed in 81 milliseconds