Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSchemaVal

225     value = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal));
229 memset(value, 0, sizeof(xmlSchemaVal));
943 val = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal));
947 memset(val, 0, sizeof(xmlSchemaVal));
3657 memcpy(ret, v, sizeof(xmlSchemaVal));
3744 * or #XML_SCHEMAS_GYEAR. The returned #xmlSchemaVal is the same type as
3747 * Returns a pointer to a new #xmlSchemaVal or NULL if error.