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

/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DMIMESniffing.cpp443 static inline bool skipTag(const char*& data, size_t& pos, size_t dataSize, const char* tag, size_t tagSize, const char* tagEnd, size_t tagEndSize) argument
448 while (pos < dataSize && !checkText(data, pos, dataSize, tagEnd, tagEndSize))

Completed in 110 milliseconds