|
DCL 4.1
|
#include <dcl/Config.h>#include <ctype.h>#include <stdlib.h>#include <string.h>#include <dcl/Object.h>#include <dcl/Numeric.h>#include <dcl/URI.h>#include <dcl/HttpServlet.h>#include <dcl/HttpCollection.h>#include <dcl/Array.h>#include <dcl/Charset.h>#include <dcl/BytesOutputStream.h>#include <dcl/FileOutputStream.h>#include <dcl/Files.h>Go to the source code of this file.
Classes | |
| struct | _STORED_CALLBACK_DATA |
Macros | |
| #define | __DEBUG_THIS 0 |
| #define | __DCL_TRACE1_N(fmt, arg) |
| #define | __DCL_TRACE2_N(fmt, arg1, arg2) |
| #define | __DCL_TRACE3_N(fmt, arg1, arg2, arg3) |
| #define | CR '\r' |
| #define | LF '\n' |
| #define | EQUAL_STR(str, p) |
| #define | __V() |
| #define | __V() |
Typedefs | |
| typedef struct _STORED_CALLBACK_DATA | STORED_CALLBACK_DATA |
Functions | |
| IMPLEMENT_CLASSINFO (HttpFormData, Object) String HttpFormData | |
| IMPLEMENT_CLASSINFO (HttpFormDataDecoderException, Exception) HttpFormDataDecoderException | |
| IMPLEMENT_CLASSINFO (HttpFormDataDecoder, Object) HttpFormDataDecoder | |
| char * | __find_CRLF (char *_begin, char *_end) |
| char * | __find_CHAR (char *_begin, char *_end, char _ch) |
| IMPLEMENT_CLASSINFO (BufferedHttpFormData, HttpFormData) BufferedHttpFormData | |
| IMPLEMENT_CLASSINFO (StoredHttpFormData, HttpFormData) StoredHttpFormData | |
| #define __DCL_TRACE1_N | ( | fmt, | |
| arg ) |
Definition at line 35 of file HttpCollection.cpp.
| #define __DCL_TRACE2_N | ( | fmt, | |
| arg1, | |||
| arg2 ) |
Definition at line 36 of file HttpCollection.cpp.
| #define __DCL_TRACE3_N | ( | fmt, | |
| arg1, | |||
| arg2, | |||
| arg3 ) |
Definition at line 37 of file HttpCollection.cpp.
| #define __DEBUG_THIS 0 |
Definition at line 29 of file HttpCollection.cpp.
| #define __V | ( | ) |
Definition at line 846 of file HttpCollection.cpp.
| #define __V | ( | ) |
Definition at line 846 of file HttpCollection.cpp.
| #define CR '\r' |
Definition at line 515 of file HttpCollection.cpp.
| #define EQUAL_STR | ( | str, | |
| p ) |
Definition at line 663 of file HttpCollection.cpp.
| #define LF '\n' |
Definition at line 516 of file HttpCollection.cpp.
| typedef struct _STORED_CALLBACK_DATA STORED_CALLBACK_DATA |
|
inline |
Definition at line 533 of file HttpCollection.cpp.
|
inline |
Definition at line 519 of file HttpCollection.cpp.
| IMPLEMENT_CLASSINFO | ( | BufferedHttpFormData | , |
| HttpFormData | ) |
Definition at line 839 of file HttpCollection.cpp.
| IMPLEMENT_CLASSINFO | ( | HttpFormData | , |
| Object | ) |
Definition at line 165 of file HttpCollection.cpp.
| IMPLEMENT_CLASSINFO | ( | HttpFormDataDecoder | , |
| Object | ) |
Definition at line 276 of file HttpCollection.cpp.
| IMPLEMENT_CLASSINFO | ( | HttpFormDataDecoderException | , |
| Exception | ) |
Definition at line 235 of file HttpCollection.cpp.
| IMPLEMENT_CLASSINFO | ( | StoredHttpFormData | , |
| HttpFormData | ) |
Definition at line 1032 of file HttpCollection.cpp.