Searched refs:xmlSchemaIsValid (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlschemas.h143 xmlSchemaIsValid (xmlSchemaValidCtxtPtr ctxt);
/external/libxml2/include/libxml/
H A Dxmlschemas.h161 xmlSchemaIsValid (xmlSchemaValidCtxtPtr ctxt);
/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h9686 #undef xmlSchemaIsValid macro
9687 extern __typeof (xmlSchemaIsValid) xmlSchemaIsValid __attribute((alias("xmlSchemaIsValid__internal_alias")));
9689 #ifndef xmlSchemaIsValid
9690 extern __typeof (xmlSchemaIsValid) xmlSchemaIsValid__internal_alias __attribute((visibility("hidden")));
9691 #define xmlSchemaIsValid xmlSchemaIsValid__internal_alias macro
H A Dxmlreader.c1576 reader->xsdValidErrors = !xmlSchemaIsValid(reader->xsdValidCtxt);
H A Dxmlschemas.c27638 * xmlSchemaIsValid:
27647 xmlSchemaIsValid(xmlSchemaValidCtxtPtr ctxt) function
H A Dtestapi.c34061 ret_val = xmlSchemaIsValid(ctxt);
34067 printf("Leak of %d blocks found in xmlSchemaIsValid",
[all...]
/external/libxml2/
H A Delfgcchack.h9812 #undef xmlSchemaIsValid macro
9813 extern __typeof (xmlSchemaIsValid) xmlSchemaIsValid __attribute((alias("xmlSchemaIsValid__internal_alias")));
9815 #ifndef xmlSchemaIsValid
9816 extern __typeof (xmlSchemaIsValid) xmlSchemaIsValid__internal_alias __attribute((visibility("hidden")));
9817 #define xmlSchemaIsValid xmlSchemaIsValid__internal_alias macro
H A Dxmlreader.c1593 reader->xsdValidErrors = !xmlSchemaIsValid(reader->xsdValidCtxt);
H A Dxmlschemas.c27716 * xmlSchemaIsValid:
27725 xmlSchemaIsValid(xmlSchemaValidCtxtPtr ctxt) function

Completed in 884 milliseconds