Searched refs:xmlSchemaVal (Results 1 – 3 of 3) 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()947 val = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal)); in xmlSchemaNewStringValue()951 memset(val, 0, sizeof(xmlSchemaVal)); in xmlSchemaNewStringValue()3665 memcpy(ret, v, sizeof(xmlSchemaVal)); in xmlSchemaDupVal()
165 <ANCHOR id="xmlSchemaVal" href="libxml/libxml-schemasInternals.html#xmlSchemaVal">