Home
last modified time | relevance | path

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

/dports/devel/csoap/libsoap-1.1.0/xsd2c/
H A Dxsd2c.c42 static xmlNodePtr _xmlGetNext (xmlNodePtr node);
235 _xmlGetNext (xmlNodePtr node) in _xmlGetNext() function
352 } while ((cur = _xmlGetNext (cur)) != NULL); in xsdProcElement()
410 } while ((cur = _xmlGetNext (cur)) != NULL); in xsdProcSequence()
484 } while ((cur = _xmlGetNext (cur)) != NULL); in xsdProcExtension()
524 } while ((cur = _xmlGetNext (cur)) != NULL); in xsdProcComplexContent()
602 } while ((cur = _xmlGetNext (cur)) != NULL); in xsdProcRestriction()
644 } while ((cur = _xmlGetNext (cur)) != NULL); in xsdProcSimpleContent()
736 } while ((cur = _xmlGetNext (cur)) != NULL); in xsdProcComplexType()