TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include <http_parser.h>
Public Attributes | |
unsigned int | type: 2 |
PRIVATE. More... | |
unsigned int | flags: 7 |
unsigned int | state: 7 |
unsigned int | header_state: 8 |
unsigned int | index: 8 |
uint32_t | nread |
uint64_t | content_length |
unsigned short | http_major |
READ-ONLY. More... | |
unsigned short | http_minor |
unsigned int | status_code: 16 |
unsigned int | method: 8 |
unsigned int | http_errno: 7 |
unsigned int | upgrade: 1 |
void * | data |
PUBLIC. More... | |
Definition at line 206 of file http_parser.h.
uint64_t http_parser::content_length |
Definition at line 215 of file http_parser.h.
Referenced by http_message_needs_eof(), and http_parser_execute().
void* http_parser::data |
PUBLIC.
Definition at line 232 of file http_parser.h.
Referenced by QHttpConnectionPrivate::Body(), QHttpConnectionPrivate::HeaderField(), QHttpConnectionPrivate::HeadersComplete(), QHttpConnectionPrivate::HeaderValue(), http_parser_init(), QHttpConnectionPrivate::MessageBegin(), QHttpConnectionPrivate::MessageComplete(), QHttpConnectionPrivate::QHttpConnectionPrivate(), and QHttpConnectionPrivate::Url().
unsigned int http_parser::flags |
Definition at line 209 of file http_parser.h.
Referenced by http_message_needs_eof(), http_parser_execute(), and http_should_keep_alive().
unsigned int http_parser::header_state |
Definition at line 211 of file http_parser.h.
Referenced by http_parser_execute().
unsigned int http_parser::http_errno |
Definition at line 222 of file http_parser.h.
Referenced by http_parser_init().
unsigned short http_parser::http_major |
READ-ONLY.
Definition at line 218 of file http_parser.h.
Referenced by QHttpConnectionPrivate::HeadersComplete(), http_parser_execute(), and http_should_keep_alive().
unsigned short http_parser::http_minor |
Definition at line 219 of file http_parser.h.
Referenced by QHttpConnectionPrivate::HeadersComplete(), http_parser_execute(), and http_should_keep_alive().
unsigned int http_parser::index |
Definition at line 212 of file http_parser.h.
Referenced by http_parser_execute().
unsigned int http_parser::method |
Definition at line 221 of file http_parser.h.
Referenced by QHttpConnectionPrivate::HeadersComplete(), and http_parser_execute().
uint32_t http_parser::nread |
Definition at line 214 of file http_parser.h.
Referenced by http_parser_execute().
unsigned int http_parser::state |
Definition at line 210 of file http_parser.h.
Referenced by http_body_is_final(), http_parser_execute(), and http_parser_init().
unsigned int http_parser::status_code |
Definition at line 220 of file http_parser.h.
Referenced by http_message_needs_eof(), and http_parser_execute().
unsigned int http_parser::type |
PRIVATE.
Definition at line 208 of file http_parser.h.
Referenced by http_message_needs_eof(), http_parser_execute(), and http_parser_init().
unsigned int http_parser::upgrade |
Definition at line 229 of file http_parser.h.
Referenced by http_parser_execute().