Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c1050 #define DICT_FREE(str) \ macro
1128 DICT_FREE(cur->name) in xmlFreeDtd()
1129 DICT_FREE(cur->SystemID) in xmlFreeDtd()
1130 DICT_FREE(cur->ExternalID) in xmlFreeDtd()
1250 DICT_FREE(cur->version) in xmlFreeDoc()
1251 DICT_FREE(cur->name) in xmlFreeDoc()
1252 DICT_FREE(cur->encoding) in xmlFreeDoc()
1253 DICT_FREE(cur->URL) in xmlFreeDoc()
2087 DICT_FREE(cur->name) in xmlFreeProp()
3673 DICT_FREE(cur->content) in xmlFreeNodeList()
[all …]
Dxmlreader.c216 #define DICT_FREE(str) \ macro
240 DICT_FREE(id->value) in xmlFreeID()
308 DICT_FREE(cur->name); in xmlTextReaderFreeProp()
389 DICT_FREE(cur->content); in xmlTextReaderFreeNodeList()
402 DICT_FREE(cur->name); in xmlTextReaderFreeNodeList()
467 DICT_FREE(cur->content); in xmlTextReaderFreeNode()
480 DICT_FREE(cur->name); in xmlTextReaderFreeNode()
DHTMLparser.c6509 #define DICT_FREE(str) \ macro
6553 DICT_FREE(ctxt->version); in htmlCtxtReset()
6555 DICT_FREE(ctxt->encoding); in htmlCtxtReset()
6557 DICT_FREE(ctxt->directory); in htmlCtxtReset()
6559 DICT_FREE(ctxt->extSubURI); in htmlCtxtReset()
6561 DICT_FREE(ctxt->extSubSystem); in htmlCtxtReset()
Dvalid.c2538 #define DICT_FREE(str) \ macro
2559 DICT_FREE(id->value) in xmlFreeID()
2561 DICT_FREE(id->name) in xmlFreeID()
Dparser.c14901 #define DICT_FREE(str) \ macro
14944 DICT_FREE(ctxt->version); in xmlCtxtReset()
14946 DICT_FREE(ctxt->encoding); in xmlCtxtReset()
14948 DICT_FREE(ctxt->directory); in xmlCtxtReset()
14950 DICT_FREE(ctxt->extSubURI); in xmlCtxtReset()
14952 DICT_FREE(ctxt->extSubSystem); in xmlCtxtReset()