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 XURL_FALSE false |
| #define xurl_free free |
| #define xurl_malloc malloc |
| #define XURL_TRUE true |
| typedef bool XURL_Bool |
| 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 | |||
| ) |
1.5.1