#include <sofia-sip/url.h>
Include dependency graph for urlmap.h:

Go to the source code of this file.
Typedefs | |
| typedef _UrlMap | UrlMap |
| Mapping of URLs. | |
Functions | |
| UrlMap * | url_map_new (su_home_t *home, url_string_t const *url, unsigned size) |
| Create map entry. | |
| int | url_map_insert (UrlMap **tree, UrlMap *um, UrlMap **return_old) |
| Insert URL into map. | |
| void | url_map_remove (UrlMap **tree, UrlMap *ume) |
| Remove URL. | |
| UrlMap * | url_map_find (UrlMap *tree, url_string_t const *u, int relative) |
| Find a URL. | |