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

/vbox/src/libs/libxml2-2.6.31/python/tests/
H A Dserialize.py111 doc.htmlSetMetaEncoding(None)
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DHTMLtree.h71 htmlSetMetaEncoding (htmlDocPtr doc,
/vbox/src/libs/libxml2-2.6.31/
H A DHTMLtree.c151 * htmlSetMetaEncoding:
162 htmlSetMetaEncoding(htmlDocPtr doc, const xmlChar *encoding) { function
1171 htmlSetMetaEncoding(cur, (const xmlChar *) encoding);
1174 htmlSetMetaEncoding(cur, (const xmlChar *) "UTF-8");
H A Delfgcchack.h774 #undef htmlSetMetaEncoding macro
775 extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding __attribute((alias("htmlSetMetaEncoding__internal_alias")));
777 #ifndef htmlSetMetaEncoding
778 extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding__internal_alias __attribute((visibility("hidden")));
779 #define htmlSetMetaEncoding htmlSetMetaEncoding__internal_alias macro
H A Dtestapi.c3624 ret_val = htmlSetMetaEncoding(doc, (const xmlChar *)encoding);
3631 printf("Leak of %d blocks found in htmlSetMetaEncoding",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c2783 htmlSetMetaEncoding(doc, (const xmlChar *) encoding);
2862 htmlSetMetaEncoding(doc, (const xmlChar *) encoding);
H A Dlibxml2-py.c7199 if (!PyArg_ParseTuple(args, (char *)"Oz:htmlSetMetaEncoding", &pyobj_doc, &encoding))
7203 c_retval = htmlSetMetaEncoding(doc, encoding);

Completed in 214 milliseconds