Searched refs:content_line (Results 1 – 1 of 1) sorted by relevance
5586 xmlChar *content, *content_line = (xmlChar *) "charset="; in htmlCreateFileParserCtxt() local5617 content = xmlMallocAtomic (xmlStrlen(content_line) + strlen(encoding) + 1); in htmlCreateFileParserCtxt()5619 strcpy ((char *)content, (char *)content_line); in htmlCreateFileParserCtxt()