kviewshell
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>
Include dependency graph for GURL.cpp:
Go to the source code of this file.
Defines | |
#define | MAXPATHLEN 1024 |
Functions | |
static void | collapse (char *ptr, const int chars) |
unsigned int | hash (const GURL &gurl) |
static int | hexval (char c) |
static bool | is_argument (const char *start) |
static bool | is_argument_sep (const char *start) |
static const int | pathname_start (const GUTF8String &url, const int protolength) |
static GUTF8String | url_from_UTF8filename (const GUTF8String &gfilename) |
Variables | |
static const char | backslash = '\\' |
static const char | colon = ':' |
static const char | djvuopts [] = "DJVUOPTS" |
static const char | dot = '.' |
static const char | filespec [] = "file:" |
static const char | filespecslashes [] = "file://" |
static const char | localhost [] = "file://localhost/" |
static const char | localhostspec1 [] = "//localhost/" |
static const char | localhostspec2 [] = "///" |
static const char | nillchar = 0 |
static const char | percent = '%' |
static const char | slash = '/' |
Define Documentation
Function Documentation
static void collapse | ( | char * | ptr, | |
const int | chars | |||
) | [static] |
unsigned int hash | ( | const GURL & | gurl | ) |
static bool is_argument_sep | ( | const char * | start | ) | [static] |
static const int pathname_start | ( | const GUTF8String & | url, | |
const int | protolength | |||
) | [static] |
static GUTF8String url_from_UTF8filename | ( | const GUTF8String & | gfilename | ) | [static] |
Variable Documentation
const char filespecslashes[] = "file://" [static] |
const char localhostspec1[] = "//localhost/" [static] |
const char localhostspec2[] = "///" [static] |