#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include "system.h"
#include "charset.h"
#include "string16.h"
#include "dtd.h"
#include "input.h"
#include "url.h"
#include "ctype16.h"
Go to the source code of this file.
|
#define | ERR(m) fprintf(stderr,m) |
|
#define | ERR1(m, x) fprintf(stderr,m,x) |
|
#define | ERR2(m, x, y) fprintf(stderr,m,x,y) |
|
#define | ERR3(m, x, y, z) fprintf(stderr,m,x,y,z) |
|
#define ERR |
( |
|
m | ) |
fprintf(stderr,m) |
#define ERR1 |
( |
|
m, |
|
|
|
x |
|
) |
| fprintf(stderr,m,x) |
#define ERR2 |
( |
|
m, |
|
|
|
x, |
|
|
|
y |
|
) |
| fprintf(stderr,m,x,y) |
#define ERR3 |
( |
|
m, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z |
|
) |
| fprintf(stderr,m,x,y,z) |
InputSource SourceFromStream |
( |
const char8 * |
description, |
|
|
FILE * |
file |
|
) |
| |
InputSource EntityOpen |
( |
Entity |
e | ) |
|
InputSource NewInputSource |
( |
Entity |
e, |
|
|
FILE16 * |
f16 |
|
) |
| |
int SourceLineAndChar |
( |
InputSource |
s, |
|
|
int * |
linenum, |
|
|
int * |
charnum |
|
) |
| |
void SourcePosition |
( |
InputSource |
s, |
|
|
Entity * |
entity, |
|
|
int * |
byte_offset |
|
) |
| |
int SourceTell |
( |
InputSource |
s | ) |
|
int SourceSeek |
( |
InputSource |
s, |
|
|
int |
offset |
|
) |
| |
void determine_character_encoding |
( |
InputSource |
s | ) |
|
int get_with_fill |
( |
InputSource |
s | ) |
|