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 | |
uint16_t | field_set |
uint16_t | port |
struct { | |
uint16_t off | |
uint16_t len | |
} | field_data [UF_MAX] |
Definition at line 272 of file http_parser.h.
struct { ... } http_parser_url::field_data[UF_MAX] |
Referenced by createUrl(), http_parse_host(), and http_parser_parse_url().
uint16_t http_parser_url::field_set |
Definition at line 273 of file http_parser.h.
Referenced by http_parse_host(), and http_parser_parse_url().
uint16_t http_parser_url::len |
Definition at line 278 of file http_parser.h.
Referenced by createUrl(), http_parse_host(), and http_parser_parse_url().
uint16_t http_parser_url::off |
Definition at line 277 of file http_parser.h.
Referenced by createUrl(), http_parse_host(), and http_parser_parse_url().
uint16_t http_parser_url::port |
Definition at line 274 of file http_parser.h.
Referenced by createUrl(), and http_parser_parse_url().