Lines Matching refs:xmlNsPtr
356 xmlFreeNsList((xmlNsPtr) cur); in xmlTextReaderFreeNodeList()
439 xmlFreeNs((xmlNsPtr) cur); in xmlTextReaderFreeNode()
2340 xmlNsPtr ns; in xmlTextReaderGetAttributeNo()
2388 xmlNsPtr ns; in xmlTextReaderGetAttribute()
2460 xmlNsPtr ns; in xmlTextReaderGetAttributeNs()
2556 xmlNsPtr ns; in xmlTextReaderLookupNamespace()
2584 xmlNsPtr ns; in xmlTextReaderMoveToAttributeNo()
2633 xmlNsPtr ns; in xmlTextReaderMoveToAttribute()
2738 xmlNsPtr ns; in xmlTextReaderMoveToAttributeNs()
2833 xmlNsPtr ns = (xmlNsPtr) reader->curnode; in xmlTextReaderMoveToNextAttribute()
2898 xmlNsPtr ns = (xmlNsPtr) reader->curnode; in xmlTextReaderReadAttributeValue()
2964 xmlNsPtr ns; in xmlTextReaderAttributeCount()
3118 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderLocalName()
3149 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderConstLocalName()
3217 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderName()
3288 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderConstName()
3324 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderPrefix()
3356 xmlNsPtr ns = (xmlNsPtr) node; in xmlTextReaderConstPrefix()
3573 return(xmlStrdup(((xmlNsPtr) node)->href)); in xmlTextReaderValue()
3619 return(((xmlNsPtr) node)->href); in xmlTextReaderConstValue()