Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlschemas.h125 xmlSchemaNewDocParserCtxt (xmlDocPtr doc);
/external/libxml2/
Delfgcchack.h9698 #undef xmlSchemaNewDocParserCtxt
9699 extern __typeof (xmlSchemaNewDocParserCtxt) xmlSchemaNewDocParserCtxt __attribute((alias("xmlSchema…
9701 #ifndef xmlSchemaNewDocParserCtxt
9702 extern __typeof (xmlSchemaNewDocParserCtxt) xmlSchemaNewDocParserCtxt__internal_alias __attribute((…
9703 #define xmlSchemaNewDocParserCtxt xmlSchemaNewDocParserCtxt__internal_alias macro
Dxmlschemas.c12478 xmlSchemaNewDocParserCtxt(xmlDocPtr doc) in xmlSchemaNewDocParserCtxt() function