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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlschemastypes.h66 xmlSchemaCheckFacet (xmlSchemaFacetPtr facet,
/external/libxml2/include/libxml/
H A Dxmlschemastypes.h66 xmlSchemaCheckFacet (xmlSchemaFacetPtr facet,
/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h9386 #undef xmlSchemaCheckFacet macro
9387 extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet __attribute((alias("xmlSchemaCheckFacet__internal_alias")));
9389 #ifndef xmlSchemaCheckFacet
9390 extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet__internal_alias __attribute((visibility("hidden")));
9391 #define xmlSchemaCheckFacet xmlSchemaCheckFacet__internal_alias macro
H A Drelaxng.c2528 ret = xmlSchemaCheckFacet(facet, typ, NULL, type);
H A Dxmlschemas.c18587 * xmlSchemaCheckFacet:
18599 xmlSchemaCheckFacet(xmlSchemaFacetPtr facet, function
18650 PERROR_INT("xmlSchemaCheckFacet",
18681 "Internal error: xmlSchemaCheckFacet, "
18705 PERROR_INT("xmlSchemaCheckFacet",
18745 PERROR_INT("xmlSchemaCheckFacet",
18829 res = xmlSchemaCheckFacet(facet, typeDecl, pctxt, name);
H A Dtestapi.c34693 ret_val = xmlSchemaCheckFacet(facet, typeDecl, pctxt, (const xmlChar *)name);
34702 printf("Leak of %d blocks found in xmlSchemaCheckFacet",
[all...]
/external/libxml2/
H A Delfgcchack.h9512 #undef xmlSchemaCheckFacet macro
9513 extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet __attribute((alias("xmlSchemaCheckFacet__internal_alias")));
9515 #ifndef xmlSchemaCheckFacet
9516 extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet__internal_alias __attribute((visibility("hidden")));
9517 #define xmlSchemaCheckFacet xmlSchemaCheckFacet__internal_alias macro
H A Drelaxng.c2529 ret = xmlSchemaCheckFacet(facet, typ, NULL, type);
H A Dxmlschemas.c18616 * xmlSchemaCheckFacet:
18628 xmlSchemaCheckFacet(xmlSchemaFacetPtr facet, function
18679 PERROR_INT("xmlSchemaCheckFacet",
18710 "Internal error: xmlSchemaCheckFacet, "
18734 PERROR_INT("xmlSchemaCheckFacet",
18774 PERROR_INT("xmlSchemaCheckFacet",
18858 res = xmlSchemaCheckFacet(facet, typeDecl, pctxt, name);

Completed in 833 milliseconds