Lines Matching refs:xmlNsPtr
356 xmlFreeNsList((xmlNsPtr) cur); in xmlTextReaderFreeNodeList()
439 xmlFreeNs((xmlNsPtr) cur); in xmlTextReaderFreeNode()
2345 xmlNsPtr ns; in xmlTextReaderGetAttributeNo()
2393 xmlNsPtr ns; in xmlTextReaderGetAttribute()
2465 xmlNsPtr ns; in xmlTextReaderGetAttributeNs()
2561 xmlNsPtr ns; in xmlTextReaderLookupNamespace()
2589 xmlNsPtr ns; in xmlTextReaderMoveToAttributeNo()
2638 xmlNsPtr ns; in xmlTextReaderMoveToAttribute()
2743 xmlNsPtr ns; in xmlTextReaderMoveToAttributeNs()
2838 xmlNsPtr ns = (xmlNsPtr) reader->curnode; in xmlTextReaderMoveToNextAttribute()
2903 xmlNsPtr ns = (xmlNsPtr) reader->curnode; in xmlTextReaderReadAttributeValue()
2969 xmlNsPtr ns; in xmlTextReaderAttributeCount()
3123 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderLocalName()
3154 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderConstLocalName()
3222 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderName()
3293 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderConstName()
3329 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderPrefix()
3361 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderConstPrefix()
3578 return(xmlStrdup(((xmlNsPtr) node)->href)); in xmlTextReaderValue()
3624 return(((xmlNsPtr) node)->href); in xmlTextReaderConstValue()