Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c1056 #define DICT_FREE(str) \ macro
1134 DICT_FREE(cur->name) in xmlFreeDtd()
1135 DICT_FREE(cur->SystemID) in xmlFreeDtd()
1136 DICT_FREE(cur->ExternalID) in xmlFreeDtd()
1256 DICT_FREE(cur->version) in xmlFreeDoc()
1257 DICT_FREE(cur->name) in xmlFreeDoc()
1258 DICT_FREE(cur->encoding) in xmlFreeDoc()
1259 DICT_FREE(cur->URL) in xmlFreeDoc()
2116 DICT_FREE(cur->name) in xmlFreeProp()
3733 DICT_FREE(cur->content) in xmlFreeNodeList()
[all …]
Dxmlreader.c223 #define DICT_FREE(str) \ macro
247 DICT_FREE(id->value) in xmlFreeID()
249 DICT_FREE(id->name) in xmlFreeID()
373 DICT_FREE(cur->name); in xmlTextReaderFreeProp()
459 DICT_FREE(cur->content); in xmlTextReaderFreeNodeList()
472 DICT_FREE(cur->name); in xmlTextReaderFreeNodeList()
546 DICT_FREE(cur->content); in xmlTextReaderFreeNode()
559 DICT_FREE(cur->name); in xmlTextReaderFreeNode()
DHTMLparser.c6710 #define DICT_FREE(str) \ macro
6754 DICT_FREE(ctxt->version); in htmlCtxtReset()
6756 DICT_FREE(ctxt->encoding); in htmlCtxtReset()
6758 DICT_FREE(ctxt->directory); in htmlCtxtReset()
6760 DICT_FREE(ctxt->extSubURI); in htmlCtxtReset()
6762 DICT_FREE(ctxt->extSubSystem); in htmlCtxtReset()
Dvalid.c2605 #define DICT_FREE(str) \ macro
2626 DICT_FREE(id->value) in xmlFreeID()
2628 DICT_FREE(id->name) in xmlFreeID()
Dparser.c14783 #define DICT_FREE(str) \ macro
14826 DICT_FREE(ctxt->version); in xmlCtxtReset()
14828 DICT_FREE(ctxt->encoding); in xmlCtxtReset()
14830 DICT_FREE(ctxt->directory); in xmlCtxtReset()
14832 DICT_FREE(ctxt->extSubURI); in xmlCtxtReset()
14834 DICT_FREE(ctxt->extSubSystem); in xmlCtxtReset()