Home
last modified time | relevance | path

Searched refs:xmlSchemaVal (Results 1 – 5 of 5) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
DschemasInternals.in.h164 typedef struct _xmlSchemaVal xmlSchemaVal; typedef
165 typedef xmlSchemaVal *xmlSchemaValPtr;
Dxmlschemastypes.c259 value = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal)); in xmlSchemaNewValue()
263 memset(value, 0, sizeof(xmlSchemaVal)); in xmlSchemaNewValue()
986 val = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal)); in xmlSchemaNewStringValue()
990 memset(val, 0, sizeof(xmlSchemaVal)); in xmlSchemaNewStringValue()
3704 memcpy(ret, v, sizeof(xmlSchemaVal)); in xmlSchemaDupVal()
/third_party/libxml2/include/libxml/
DschemasInternals.h136 typedef struct _xmlSchemaVal xmlSchemaVal; typedef
137 typedef xmlSchemaVal *xmlSchemaValPtr;
/third_party/libxml2/
Dxmlschemastypes.c230 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()
3781 memcpy(ret, v, sizeof(xmlSchemaVal)); in xmlSchemaDupVal()
/third_party/libxml2/doc/html/
Dindex.sgml165 <ANCHOR id="xmlSchemaVal" href="libxml/libxml-schemasInternals.html#xmlSchemaVal">