HomeSort by relevance Sort by last modified time
    Searched refs:xmlSchemaVal (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
schemasInternals.h 136 typedef struct _xmlSchemaVal xmlSchemaVal;
137 typedef xmlSchemaVal *xmlSchemaValPtr;
  /external/libxml2/
xmlschemastypes.c 225 value = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal));
229 memset(value, 0, sizeof(xmlSchemaVal));
943 val = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal));
947 memset(val, 0, sizeof(xmlSchemaVal));
    [all...]

Completed in 21 milliseconds