Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLtree.c165 char newcontent[100]; in htmlSetMetaEncoding() local
172 snprintf(newcontent, sizeof(newcontent), "text/html; charset=%s", in htmlSetMetaEncoding()
174 newcontent[sizeof(newcontent) - 1] = 0; in htmlSetMetaEncoding()
218 xmlNewProp(meta, BAD_CAST"content", BAD_CAST newcontent); in htmlSetMetaEncoding()
232 xmlNewProp(meta, BAD_CAST"content", BAD_CAST newcontent); in htmlSetMetaEncoding()