libwww_files_in_ryzom.txt
| 1 |
client.cpp |
|---|---|
| 2 |
signal(SIGPIPE, sigHandler); can be removed as it apparently is only used for libwww errors |
| 3 |
|
| 4 |
interface_v3/group_html.cpp: |
| 5 |
class ClibWWWData |
| 6 |
CGroupHTML::beginElement() |
| 7 |
bool CGroupHTML::isBrowsing() |
| 8 |
void CGroupHTML::StopBrowse() |
| 9 |
void CGroupHTML::handle() |
| 10 |
void CGroupHTML::addLink() |
| 11 |
static void handleLibwwwEvents() |
| 12 |
static int timer_callback |
| 13 |
void requestTerminated(HTRequest *request); |
| 14 |
|
| 15 |
|
| 16 |
libwww.cpp: |
| 17 |
_VerifyLibWWW(); Does not require LibWWW but should probably be changed. |
| 18 |
HText * TextNew() |
| 19 |
void initLibWWW() |
| 20 |
int HTMIME_location_custom() |
| 21 |
HTAnchor * TextFindAnchor() |
| 22 |
HTAssocList *sendCookie() |
| 23 |
BOOL receiveCookie() |
| 24 |
int requestTerminater() |
| 25 |
void TextUnparsedEntity() |
| 26 |
void TextEndUnparsedElement() |
| 27 |
void TextBeginUnparsedElement() |
| 28 |
void TextEndElement() |
| 29 |
void TextBeginElement() |
| 30 |
void TextLink() |
| 31 |
void TextAdd() |
| 32 |
void TextBuild() |
| 33 |
BOOL TextDelete() |
| 34 |
HText * TextNew() |
| 35 |
struct _HText |
| 36 |
|
| 37 |
libwww.h |
| 38 |
the whole header is only really used for the libwww.cpp, which I believe relies heavily on libwww. It should be removed/changed. |
| 39 |
|
| 40 |
libwww_nel_stream.cpp |
| 41 |
typedef struct _file_info |
| 42 |
struct _HTStream |
| 43 |
struct _HTInputStream |
| 44 |
int FileCleanup() |
| 45 |
int FileEvent() |
| 46 |
int HTLoadNeLFile() |
| 47 |
int ReturnEvent() |
| 48 |
int HTNeLFileOpen() |
| 49 |
int FileEvent() |
| 50 |
int HTNeLReader_read() |
| 51 |
int HTNeLReader_close() |
| 52 |
int HTNeLReader_consumed() |
| 53 |
int HTNeLReader_flush() |
| 54 |
int HTNeLReader_free() |
| 55 |
int HTNeLReader_abort() |
| 56 |
const HTInputStreamClass HTNeLReader |
| 57 |
HTInputStream * HTNeLReader_new() |
| 58 |
|
| 59 |
libwww_nel_stream.h |
| 60 |
the two externs in it rely on libwww |
| 61 |
interface_v3/group_html.h: |
| 62 |
(numerous libwww.cpp functions) |