xurl.h File Reference

Include dependency graph for xurl.h:

Go to the source code of this file.

Defines

#define XURL_FALSE   false
#define XURL_TRUE   true
#define xurl_malloc   malloc
#define xurl_free   free

Typedefs

typedef bool XURL_Bool

Functions

char * XURL_Join (char *psz_url1, char *psz_url2)
char * XURL_Concat (char *psz_url, char *psz_append)
XURL_Bool XURL_IsAbsolute (char *psz_url)
XURL_Bool XURL_HasAbsolutePath (char *psz_url)
XURL_Bool XURL_IsFileURL (char *psz_url)
XURL_Bool XURL_HasFragment (char *psz_url)
char * XURL_GetHostname (char *psz_url)
char * XURL_GetSchemeAndHostname (char *psz_url)
char * XURL_GetScheme (char *psz_url)
char * XURL_GetPath (char *psz_url)
char * XURL_GetWithoutFragment (char *psz_url)
char * XURL_GetHead (const char *psz_path)


Define Documentation

#define XURL_FALSE   false

#define xurl_free   free

#define xurl_malloc   malloc

#define XURL_TRUE   true


Typedef Documentation

typedef bool XURL_Bool


Function Documentation

char* XURL_Concat ( char *  psz_url,
char *  psz_append 
)

char* XURL_GetHead ( const char *  psz_path  ) 

char* XURL_GetHostname ( char *  psz_url  ) 

char* XURL_GetPath ( char *  psz_url  ) 

char* XURL_GetScheme ( char *  psz_url  ) 

char* XURL_GetSchemeAndHostname ( char *  psz_url  ) 

char* XURL_GetWithoutFragment ( char *  psz_url  ) 

XURL_Bool XURL_HasAbsolutePath ( char *  psz_url  ) 

XURL_Bool XURL_HasFragment ( char *  psz_url  ) 

XURL_Bool XURL_IsAbsolute ( char *  psz_url  ) 

XURL_Bool XURL_IsFileURL ( char *  psz_url  ) 

char* XURL_Join ( char *  psz_url1,
char *  psz_url2 
)


Generated on Wed Aug 13 08:03:13 2008 for VLC by  doxygen 1.5.1