Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemastypes.c61 typedef xmlSchemaValDate *xmlSchemaValDatePtr; typedef
1213 _xmlSchemaParseGYear (xmlSchemaValDatePtr dt, const xmlChar **str) { in _xmlSchemaParseGYear()
1313 _xmlSchemaParseGMonth (xmlSchemaValDatePtr dt, const xmlChar **str) { in _xmlSchemaParseGMonth()
1343 _xmlSchemaParseGDay (xmlSchemaValDatePtr dt, const xmlChar **str) { in _xmlSchemaParseGDay()
1373 _xmlSchemaParseTime (xmlSchemaValDatePtr dt, const xmlChar **str) { in _xmlSchemaParseTime()
1424 _xmlSchemaParseTimeZone (xmlSchemaValDatePtr dt, const xmlChar **str) { in _xmlSchemaParseTimeZone()
3887 xmlSchemaValDatePtr r, d; in _xmlSchemaDateAdd()