Home
last modified time | relevance | path

Searched refs:HTML_PARSER_BIG_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance

/third_party/libxml2/
DHTMLparser.c51 #define HTML_PARSER_BIG_BUFFER_SIZE 1000 macro
3085 xmlChar buf[HTML_PARSER_BIG_BUFFER_SIZE + 5]; in htmlParseScript()
3128 if (nbchar >= HTML_PARSER_BIG_BUFFER_SIZE) { in htmlParseScript()
3172 xmlChar buf[HTML_PARSER_BIG_BUFFER_SIZE + 6]; in htmlParseCharDataInternal()
3191 if (nbchar >= HTML_PARSER_BIG_BUFFER_SIZE) { in htmlParseCharDataInternal()