Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dxmlwriter.c73 typedef struct _xmlTextWriterNsStackEntry xmlTextWriterNsStackEntry; typedef
1068 xmlTextWriterNsStackEntry *p = (xmlTextWriterNsStackEntry *) in xmlTextWriterStartElementNS()
1069 xmlMalloc(sizeof(xmlTextWriterNsStackEntry)); in xmlTextWriterStartElementNS()
1823 xmlTextWriterNsStackEntry *p; in xmlTextWriterStartAttributeNS()
1830 xmlTextWriterNsStackEntry nsentry, *curns; in xmlTextWriterStartAttributeNS()
1842 curns = (xmlTextWriterNsStackEntry *)xmlListSearch(writer->nsstack, in xmlTextWriterStartAttributeNS()
1857 p = (xmlTextWriterNsStackEntry *) in xmlTextWriterStartAttributeNS()
1858 xmlMalloc(sizeof(xmlTextWriterNsStackEntry)); in xmlTextWriterStartAttributeNS()
4331 xmlTextWriterNsStackEntry *np; in xmlTextWriterOutputNSDecl()
4341 np = (xmlTextWriterNsStackEntry *) xmlLinkGetData(lk); in xmlTextWriterOutputNSDecl()
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxmlwriter.c73 typedef struct _xmlTextWriterNsStackEntry xmlTextWriterNsStackEntry; typedef
1072 xmlTextWriterNsStackEntry *p = (xmlTextWriterNsStackEntry *) in xmlTextWriterStartElementNS()
1073 xmlMalloc(sizeof(xmlTextWriterNsStackEntry)); in xmlTextWriterStartElementNS()
1828 xmlTextWriterNsStackEntry *p; in xmlTextWriterStartAttributeNS()
1835 xmlTextWriterNsStackEntry nsentry, *curns; in xmlTextWriterStartAttributeNS()
1847 curns = (xmlTextWriterNsStackEntry *)xmlListSearch(writer->nsstack, in xmlTextWriterStartAttributeNS()
1862 p = (xmlTextWriterNsStackEntry *) in xmlTextWriterStartAttributeNS()
1863 xmlMalloc(sizeof(xmlTextWriterNsStackEntry)); in xmlTextWriterStartAttributeNS()
4336 xmlTextWriterNsStackEntry *np; in xmlTextWriterOutputNSDecl()
4346 np = (xmlTextWriterNsStackEntry *) xmlLinkGetData(lk); in xmlTextWriterOutputNSDecl()
[all …]