Searched refs:xmlSchemaVal (Results 1 – 5 of 5) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | schemasInternals.in.h | 164 typedef struct _xmlSchemaVal xmlSchemaVal; typedef 165 typedef xmlSchemaVal *xmlSchemaValPtr;
|
D | xmlschemastypes.c | 259 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/ |
D | schemasInternals.h | 136 typedef struct _xmlSchemaVal xmlSchemaVal; typedef 137 typedef xmlSchemaVal *xmlSchemaValPtr;
|
/third_party/libxml2/ |
D | xmlschemastypes.c | 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() 3781 memcpy(ret, v, sizeof(xmlSchemaVal)); in xmlSchemaDupVal()
|
/third_party/libxml2/doc/html/ |
D | index.sgml | 165 <ANCHOR id="xmlSchemaVal" href="libxml/libxml-schemasInternals.html#xmlSchemaVal">
|