Searched refs:xmlReadDoc (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DtestXPath.c181 document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT);
H A Delfgcchack.h7813 #undef xmlReadDoc macro
7814 extern __typeof (xmlReadDoc) xmlReadDoc __attribute((alias("xmlReadDoc__internal_alias")));
7816 #ifndef xmlReadDoc
7817 extern __typeof (xmlReadDoc) xmlReadDoc__internal_alias __attribute((visibility("hidden")));
7818 #define xmlReadDoc xmlReadDoc__internal_alias macro
H A Dparser.c13614 * xmlReadDoc:
13625 xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) function
H A Dtestapi.c14409 ret_val = xmlReadDoc((const xmlChar *)cur, URL, (const char *)encoding, options);
14418 printf("Leak of %d blocks found in xmlReadDoc",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h1076 * to the xmlReadDoc() and similar calls.
1112 xmlReadDoc (const xmlChar *cur,
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c9225 if (!PyArg_ParseTuple(args, (char *)"zzzi:xmlReadDoc", &cur, &URL, &encoding, &options))
9228 c_retval = xmlReadDoc(cur, URL, encoding, options);

Completed in 313 milliseconds