evhttp_uri 2805 opal/mca/event/libevent2022/libevent/http.c struct evhttp_uri *uri=NULL; evhttp_uri 3587 opal/mca/event/libevent2022/libevent/http.c const struct evhttp_uri * evhttp_uri 3924 opal/mca/event/libevent2022/libevent/http.c struct evhttp_uri * evhttp_uri 3927 opal/mca/event/libevent2022/libevent/http.c struct evhttp_uri *uri = mm_calloc(sizeof(struct evhttp_uri), 1); evhttp_uri 3934 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_set_flags(struct evhttp_uri *uri, unsigned flags) evhttp_uri 4058 opal/mca/event/libevent2022/libevent/http.c parse_authority(struct evhttp_uri *uri, char *s, char *eos) evhttp_uri 4195 opal/mca/event/libevent2022/libevent/http.c struct evhttp_uri * evhttp_uri 4201 opal/mca/event/libevent2022/libevent/http.c struct evhttp_uri * evhttp_uri 4208 opal/mca/event/libevent2022/libevent/http.c struct evhttp_uri *uri = mm_calloc(1, sizeof(struct evhttp_uri)); evhttp_uri 4330 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_free(struct evhttp_uri *uri) evhttp_uri 4349 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_join(struct evhttp_uri *uri, char *buf, size_t limit) evhttp_uri 4413 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_get_scheme(const struct evhttp_uri *uri) evhttp_uri 4418 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_get_userinfo(const struct evhttp_uri *uri) evhttp_uri 4423 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_get_host(const struct evhttp_uri *uri) evhttp_uri 4428 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_get_port(const struct evhttp_uri *uri) evhttp_uri 4433 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_get_path(const struct evhttp_uri *uri) evhttp_uri 4438 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_get_query(const struct evhttp_uri *uri) evhttp_uri 4443 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_get_fragment(const struct evhttp_uri *uri) evhttp_uri 4462 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_set_scheme(struct evhttp_uri *uri, const char *scheme) evhttp_uri 4471 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_set_userinfo(struct evhttp_uri *uri, const char *userinfo) evhttp_uri 4479 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_set_host(struct evhttp_uri *uri, const char *host) evhttp_uri 4495 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_set_port(struct evhttp_uri *uri, int port) evhttp_uri 4506 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_set_path(struct evhttp_uri *uri, const char *path) evhttp_uri 4515 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_set_query(struct evhttp_uri *uri, const char *query) evhttp_uri 4523 opal/mca/event/libevent2022/libevent/http.c evhttp_uri_set_fragment(struct evhttp_uri *uri, const char *fragment) evhttp_uri 528 opal/mca/event/libevent2022/libevent/include/event2/http.h struct evhttp_uri; evhttp_uri 533 opal/mca/event/libevent2022/libevent/include/event2/http.h const struct evhttp_uri *evhttp_request_get_evhttp_uri(const struct evhttp_request *req); evhttp_uri 717 opal/mca/event/libevent2022/libevent/include/event2/http.h struct evhttp_uri *evhttp_uri_new(void); evhttp_uri 723 opal/mca/event/libevent2022/libevent/include/event2/http.h void evhttp_uri_set_flags(struct evhttp_uri *uri, unsigned flags); evhttp_uri 727 opal/mca/event/libevent2022/libevent/include/event2/http.h const char *evhttp_uri_get_scheme(const struct evhttp_uri *uri); evhttp_uri 732 opal/mca/event/libevent2022/libevent/include/event2/http.h const char *evhttp_uri_get_userinfo(const struct evhttp_uri *uri); evhttp_uri 745 opal/mca/event/libevent2022/libevent/include/event2/http.h const char *evhttp_uri_get_host(const struct evhttp_uri *uri); evhttp_uri 747 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_uri_get_port(const struct evhttp_uri *uri); evhttp_uri 749 opal/mca/event/libevent2022/libevent/include/event2/http.h const char *evhttp_uri_get_path(const struct evhttp_uri *uri); evhttp_uri 752 opal/mca/event/libevent2022/libevent/include/event2/http.h const char *evhttp_uri_get_query(const struct evhttp_uri *uri); evhttp_uri 755 opal/mca/event/libevent2022/libevent/include/event2/http.h const char *evhttp_uri_get_fragment(const struct evhttp_uri *uri); evhttp_uri 759 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_uri_set_scheme(struct evhttp_uri *uri, const char *scheme); evhttp_uri 762 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_uri_set_userinfo(struct evhttp_uri *uri, const char *userinfo); evhttp_uri 765 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_uri_set_host(struct evhttp_uri *uri, const char *host); evhttp_uri 768 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_uri_set_port(struct evhttp_uri *uri, int port); evhttp_uri 771 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_uri_set_path(struct evhttp_uri *uri, const char *path); evhttp_uri 775 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_uri_set_query(struct evhttp_uri *uri, const char *query); evhttp_uri 779 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_uri_set_fragment(struct evhttp_uri *uri, const char *fragment); evhttp_uri 815 opal/mca/event/libevent2022/libevent/include/event2/http.h struct evhttp_uri *evhttp_uri_parse_with_flags(const char *source_uri, evhttp_uri 833 opal/mca/event/libevent2022/libevent/include/event2/http.h struct evhttp_uri *evhttp_uri_parse(const char *source_uri); evhttp_uri 842 opal/mca/event/libevent2022/libevent/include/event2/http.h void evhttp_uri_free(struct evhttp_uri *uri); evhttp_uri 857 opal/mca/event/libevent2022/libevent/include/event2/http.h char *evhttp_uri_join(struct evhttp_uri *uri, char *buf, size_t limit); evhttp_uri 98 opal/mca/event/libevent2022/libevent/include/event2/http_struct.h struct evhttp_uri *uri_elems; /* uri elements */ evhttp_uri 154 opal/mca/event/libevent2022/libevent/sample/http-server.c struct evhttp_uri *decoded = NULL; evhttp_uri 1996 opal/mca/event/libevent2022/libevent/test/regress_http.c struct evhttp_uri *uri = NULL;