Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DparserInternals.h328 xmlNewStringInputStream (xmlParserCtxtPtr ctxt,
/external/libxml2/
DparserInternals.c1506 xmlNewStringInputStream(xmlParserCtxtPtr ctxt, const xmlChar *buffer) { in xmlNewStringInputStream() function
Delfgcchack.h6267 #undef xmlNewStringInputStream
6268 extern __typeof (xmlNewStringInputStream) xmlNewStringInputStream __attribute((alias("xmlNewStringI…
6270 #ifndef xmlNewStringInputStream
6271 extern __typeof (xmlNewStringInputStream) xmlNewStringInputStream__internal_alias __attribute((visi…
6272 #define xmlNewStringInputStream xmlNewStringInputStream__internal_alias macro
DHTMLparser.c6783 stream = xmlNewStringInputStream(ctxt, cur); in htmlCtxtReadDoc()
Dparser.c14838 stream = xmlNewStringInputStream(ctxt, cur); in xmlCtxtReadDoc()