libUPnP
1.6.17
|
Represents a list of URLs as in the "callback" header of SUBSCRIBE message in GENA. "char *" URLs holds dynamic memory. More...
#include <uri.h>
Data Fields | |
size_t | size |
char * | URLs |
uri_type * | parsedURLs |
Represents a list of URLs as in the "callback" header of SUBSCRIBE message in GENA. "char *" URLs holds dynamic memory.
Referenced by copy_URL_list(), create_url_list(), free_URL_list(), gena_process_subscription_request(), and genaNotify().
size_t URL_LIST::size |
Referenced by copy_URL_list(), create_url_list(), free_URL_list(), gena_process_subscription_request(), and genaNotify().
char* URL_LIST::URLs |
All the urls, delimited by <>
Referenced by copy_URL_list(), create_url_list(), free_URL_list(), and gena_process_subscription_request().