xmlSchemaFacet 142 third_party/libxml/src/include/libxml/schemasInternals.h typedef struct _xmlSchemaFacet xmlSchemaFacet; xmlSchemaFacet 143 third_party/libxml/src/include/libxml/schemasInternals.h typedef xmlSchemaFacet *xmlSchemaFacetPtr; xmlSchemaFacet 3260 third_party/libxml/src/xmlschemas.c ret = (xmlSchemaFacetPtr) xmlMalloc(sizeof(xmlSchemaFacet)); xmlSchemaFacet 3264 third_party/libxml/src/xmlschemas.c memset(ret, 0, sizeof(xmlSchemaFacet));