Searched refs:xmlSchemaVal (Results 1 – 2 of 2) sorted by relevance
136 typedef struct _xmlSchemaVal xmlSchemaVal; typedef137 typedef xmlSchemaVal *xmlSchemaValPtr;
225 value = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal)); in xmlSchemaNewValue()229 memset(value, 0, sizeof(xmlSchemaVal)); in xmlSchemaNewValue()943 val = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal)); in xmlSchemaNewStringValue()947 memset(val, 0, sizeof(xmlSchemaVal)); in xmlSchemaNewStringValue()3639 memcpy(ret, v, sizeof(xmlSchemaVal)); in xmlSchemaDupVal()