xurl.c File Reference

Include dependency graph for xurl.c:


Functions

static char * streallocat (char *psz_string, const char *psz_to_append)
char * XURL_FindQuery (char *psz_url)
static char * XURL_FindHostname (char *psz_url)
static char * XURL_FindPath (char *psz_url)
static char * XURL_FindFragment (char *psz_url)
char * XURL_Join (char *psz_url1, char *psz_url2)
char * XURL_Concat (char *psz_url, char *psz_append)
bool XURL_IsAbsolute (char *psz_url)
bool XURL_HasFragment (char *psz_url)
bool XURL_HasAbsolutePath (char *psz_url)
char * XURL_GetHostname (char *psz_url)
char * XURL_GetSchemeAndHostname (char *psz_url)
char * XURL_GetScheme (char *psz_url)
bool XURL_IsFileURL (char *psz_url)
char * XURL_GetPath (char *psz_url)
char * XURL_GetHead (const char *psz_path)
char * XURL_GetWithoutFragment (char *psz_url)

Function Documentation

static char * streallocat ( char *  psz_string,
const char *  psz_to_append 
) [static]

Referenced by XURL_Concat(), and XURL_GetHead().

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

static char * XURL_FindFragment ( char *  psz_url  )  [static]

char * XURL_FindHostname ( char *  psz_url  )  [static]

static char * XURL_FindPath ( char *  psz_url  )  [static]

char * XURL_FindQuery ( char *  psz_url  ) 

Referenced by XURL_GetPath().

char* XURL_GetHead ( const char *  psz_path  ) 

References strdup(), and streallocat().

Referenced by XURL_Concat().

char* XURL_GetHostname ( char *  psz_url  ) 

char* XURL_GetPath ( char *  psz_url  ) 

char* XURL_GetScheme ( char *  psz_url  ) 

char* XURL_GetSchemeAndHostname ( char *  psz_url  ) 

References asprintf(), XURL_GetHostname(), and XURL_GetScheme().

Referenced by XURL_Concat().

char* XURL_GetWithoutFragment ( char *  psz_url  ) 

bool XURL_HasAbsolutePath ( char *  psz_url  ) 

Referenced by XURL_Concat(), and XURL_FindPath().

bool XURL_HasFragment ( char *  psz_url  ) 

References XURL_FindFragment().

bool XURL_IsAbsolute ( char *  psz_url  ) 

bool XURL_IsFileURL ( char *  psz_url  ) 

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

References XURL_Concat(), and XURL_IsAbsolute().


Generated on Wed Mar 31 08:05:39 2010 for VLC by  doxygen 1.5.6