#include "WOURLCUtilities.h"


Defines | |
| #define | NULL_WOURLComponent ((WOURLComponent){NULL,0}) |
| #define | WOURLComponents_Initializer |
Functions | |
| void | ComposeURL (char *string, WOURLComponents *wc) |
| void | logComponents (WOURLComponents *wc) |
| unsigned int | SizeURL (WOURLComponents *wc) |
| const char * | WOParseAndCheckURL (WOURLComponents *wc, const char *url, int version) |
| WOURLError | WOParseApplicationName (WOURLComponents *wc, const char *url) |
| const char * | WOURLstrerror (WOURLError err) |
| #define NULL_WOURLComponent ((WOURLComponent){NULL,0}) |
| #define WOURLComponents_Initializer |
Value:
((WOURLComponents) { \ NULL_WOURLComponent, \ NULL_WOURLComponent, \ NULL_WOURLComponent, \ NULL_WOURLComponent, \ NULL_WOURLComponent, \ NULL_WOURLComponent, \ NULL_WOURLComponent, \ NULL_WOURLComponent, \ NULL_WOURLComponent, \ NULL_WOURLComponent, \ NULL_WOURLComponent, \ NULL_WOURLComponent, \ NULL_WOURLComponent \ })
| void ComposeURL | ( | char * | string, | |
| WOURLComponents * | wc | |||
| ) |
| void logComponents | ( | WOURLComponents * | wc | ) |
| unsigned int SizeURL | ( | WOURLComponents * | wc | ) |
| const char* WOParseAndCheckURL | ( | WOURLComponents * | wc, | |
| const char * | url, | |||
| int | version | |||
| ) |
| WOURLError WOParseApplicationName | ( | WOURLComponents * | wc, | |
| const char * | url | |||
| ) |
| const char* WOURLstrerror | ( | WOURLError | err | ) |
1.5.8