![]() |
Qt 4.8
|
#include <qplatformdefs.h>#include <zlib.h>#include <QtNetwork/qtcpsocket.h>#include <QtNetwork/qsslsocket.h>#include <QtNetwork/qsslerror.h>#include <QtNetwork/qnetworkrequest.h>#include <QtNetwork/qnetworkreply.h>#include <qbuffer.h>#include <private/qobject_p.h>#include <private/qhttpnetworkheader_p.h>#include <private/qhttpnetworkrequest_p.h>#include <private/qauthenticator_p.h>#include <private/qringbuffer_p.h>#include <private/qbytedata_p.h>Go to the source code of this file.
Classes | |
| class | QHttpNetworkReply |
| class | QHttpNetworkReplyPrivate |
Macros | |
| #define | CHUNK 16384 |
| #define | COMMENT 0x10 |
| #define | EXTRA_FIELD 0x04 |
| #define | HEAD_CRC 0x02 |
| #define | ORIG_NAME 0x08 |
| #define | RESERVED 0xE0 |
Variables | |
| static const unsigned char | gz_magic [2] = {0x1f, 0x8b} |
| #define CHUNK 16384 |
Definition at line 67 of file qhttpnetworkreply_p.h.
Referenced by QHttpNetworkConnectionChannel::expand(), and QHttpNetworkReplyPrivate::gunzipBodyPartially().
| #define COMMENT 0x10 |
Definition at line 65 of file qhttpnetworkreply_p.h.
| #define EXTRA_FIELD 0x04 |
Definition at line 63 of file qhttpnetworkreply_p.h.
Referenced by QHttpNetworkReplyPrivate::gzipCheckHeader().
| #define HEAD_CRC 0x02 |
Definition at line 62 of file qhttpnetworkreply_p.h.
Referenced by QHttpNetworkReplyPrivate::gzipCheckHeader().
| #define ORIG_NAME 0x08 |
Definition at line 64 of file qhttpnetworkreply_p.h.
Referenced by QHttpNetworkReplyPrivate::gzipCheckHeader().
| #define RESERVED 0xE0 |
Definition at line 66 of file qhttpnetworkreply_p.h.
Referenced by QHttpNetworkReplyPrivate::gzipCheckHeader().
|
static |
Definition at line 60 of file qhttpnetworkreply_p.h.
Referenced by QHttpNetworkReplyPrivate::gzipCheckHeader().