Searched refs:xmlSchemaVal (Results 1 – 3 of 3) sorted by relevance
136 typedef struct _xmlSchemaVal xmlSchemaVal; typedef137 typedef xmlSchemaVal *xmlSchemaValPtr;
230 value = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal)); in xmlSchemaNewValue()234 memset(value, 0, sizeof(xmlSchemaVal)); in xmlSchemaNewValue()957 val = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal)); in xmlSchemaNewStringValue()961 memset(val, 0, sizeof(xmlSchemaVal)); in xmlSchemaNewStringValue()3675 memcpy(ret, v, sizeof(xmlSchemaVal)); in xmlSchemaDupVal()
165 <ANCHOR id="xmlSchemaVal" href="libxml/libxml-schemasInternals.html#xmlSchemaVal">