Lines Matching refs:xmlNsPtr
423 xmlFreeNsList((xmlNsPtr) cur); in xmlTextReaderFreeNodeList()
518 xmlFreeNs((xmlNsPtr) cur); in xmlTextReaderFreeNode()
2414 xmlNsPtr ns; in xmlTextReaderGetAttributeNo()
2462 xmlNsPtr ns; in xmlTextReaderGetAttribute()
2534 xmlNsPtr ns; in xmlTextReaderGetAttributeNs()
2630 xmlNsPtr ns; in xmlTextReaderLookupNamespace()
2658 xmlNsPtr ns; in xmlTextReaderMoveToAttributeNo()
2707 xmlNsPtr ns; in xmlTextReaderMoveToAttribute()
2812 xmlNsPtr ns; in xmlTextReaderMoveToAttributeNs()
2907 xmlNsPtr ns = (xmlNsPtr) reader->curnode; in xmlTextReaderMoveToNextAttribute()
2972 xmlNsPtr ns = (xmlNsPtr) reader->curnode; in xmlTextReaderReadAttributeValue()
3038 xmlNsPtr ns; in xmlTextReaderAttributeCount()
3192 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderLocalName()
3223 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderConstLocalName()
3291 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderName()
3362 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderConstName()
3398 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderPrefix()
3430 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderConstPrefix()
3647 return(xmlStrdup(((xmlNsPtr) node)->href)); in xmlTextReaderValue()
3693 return(((xmlNsPtr) node)->href); in xmlTextReaderConstValue()