Parsed a “Transfer-Encoding: chunked” body
SimplePie_HTTP_Parser::body
Parse the body
SimplePie_HTTP_Parser::quote_escaped
Parse an escaped character within quotes
SimplePie_HTTP_Parser::quote_char
Parse a header value while within quotes
Advertisement
SimplePie_HTTP_Parser::quote
See what state to move to while within quoted header values
SimplePie_HTTP_Parser::value_char
Parse a header value while outside quotes
SimplePie_HTTP_Parser::linear_whitespace
Parse LWS, replacing consecutive LWS characters with a single space
SimplePie_HTTP_Parser::value
See what state to move to while within non-quoted header values
Advertisement
SimplePie_HTTP_Parser::name
Parse a header name
SimplePie_HTTP_Parser::new_line
Deal with a new line, shifting data around as needed
SimplePie_HTTP_Parser::reason
Parse the reason phrase
SimplePie_HTTP_Parser::status
Parse the status code
Advertisement
SimplePie_HTTP_Parser::http_version
Parse the HTTP version
SimplePie_HTTP_Parser::is_linear_whitespace
See if the next character is LWS
SimplePie_HTTP_Parser::has_data
Check whether there is data beyond the pointer