GURL.cpp File Reference
#include "GException.h"
#include "GOS.h"
#include "GURL.h"
#include "debug.h"
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <math.h>
#include <string.h>
Go to the source code of this file.
Define Documentation
Function Documentation
| static void collapse |
( |
char * |
ptr, |
|
|
const int |
chars | |
|
) |
| | [static] |
| unsigned int hash |
( |
const GURL & |
gurl |
) |
|
- Returns:
- hash suitable for usage in {GMap}
Definition at line 1944 of file GURL.cpp.
| static int hexval |
( |
char |
c |
) |
[static] |
| static bool is_argument |
( |
const char * |
start |
) |
[static] |
| static bool is_argument_sep |
( |
const char * |
start |
) |
[static] |
| static const int pathname_start |
( |
const GUTF8String & |
url, |
|
|
const int |
protolength | |
|
) |
| | [static] |
Variable Documentation
const char colon = ':' [static] |
const char djvuopts[] = "DJVUOPTS" [static] |
const char dot = '.' [static] |
const char filespec[] = "file:" [static] |
const char slash = '/' [static] |