Searched refs:parseHeaders (Results 1 - 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractMessageParser.java99 public static Header[] parseHeaders( method in class:AbstractMessageParser
178 Header[] headers = AbstractMessageParser.parseHeaders(
H A DChunkedInputStream.java242 this.footers = AbstractMessageParser.parseHeaders
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp219 static NPError parsePostBuffer(bool isFile, const char *buffer, uint32_t length, bool parseHeaders, HTTPHeaderMap& headerFields, Vector<uint8_t>& bodyData) argument
239 if (parseHeaders) {
300 bool parseHeaders = file; local
302 NPError error = parsePostBuffer(file, buf, len, parseHeaders, headerFields, postData);
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp1039 static inline void parseHeaders(const String& headers, ResourceResponse& response) function in namespace:WebCore
1097 parseHeaders(headers, response);

Completed in 161 milliseconds