Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLtree.c167 char newcontent[100]; in htmlSetMetaEncoding() local
169 newcontent[0] = 0; in htmlSetMetaEncoding()
179 snprintf(newcontent, sizeof(newcontent), "text/html; charset=%s", in htmlSetMetaEncoding()
181 newcontent[sizeof(newcontent) - 1] = 0; in htmlSetMetaEncoding()
281 xmlNewProp(meta, BAD_CAST"content", BAD_CAST newcontent); in htmlSetMetaEncoding()
291 xmlSetProp(meta, BAD_CAST"content", BAD_CAST newcontent); in htmlSetMetaEncoding()