Home
last modified time | relevance | path

Searched refs:DICT_FREE (Results 1 – 4 of 4) 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()
2098 DICT_FREE(cur->name) in xmlFreeProp()
3703 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()
Dvalid.c2562 #define DICT_FREE(str) \ macro
2583 DICT_FREE(id->value) in xmlFreeID()
2585 DICT_FREE(id->name) in xmlFreeID()
Dparser.c14796 #define DICT_FREE(str) \ macro
14839 DICT_FREE(ctxt->version); in xmlCtxtReset()
14841 DICT_FREE(ctxt->encoding); in xmlCtxtReset()
14843 DICT_FREE(ctxt->directory); in xmlCtxtReset()
14845 DICT_FREE(ctxt->extSubURI); in xmlCtxtReset()
14847 DICT_FREE(ctxt->extSubSystem); in xmlCtxtReset()