Searched defs:xmlFreeCatalogEntry (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c317 * xmlFreeCatalogEntry:
323 xmlFreeCatalogEntry(xmlCatalogEntryPtr ret) { function
366 xmlFreeCatalogEntry(ret);
390 xmlFreeCatalogEntry(children);
394 xmlFreeCatalogEntry(catal);
440 (xmlHashDeallocator) xmlFreeCatalogEntry);
756 (xmlHashDeallocator) xmlFreeCatalogEntry);
2487 xmlFreeCatalogEntry(entry);
2500 xmlFreeCatalogEntry(entry);
3004 (xmlHashDeallocator) xmlFreeCatalogEntry);
[all...]
/external/libxml2/
H A Dcatalog.c321 * xmlFreeCatalogEntry:
327 xmlFreeCatalogEntry(xmlCatalogEntryPtr ret) { function
370 xmlFreeCatalogEntry(ret);
394 xmlFreeCatalogEntry(children);
398 xmlFreeCatalogEntry(catal);
444 (xmlHashDeallocator) xmlFreeCatalogEntry);
760 (xmlHashDeallocator) xmlFreeCatalogEntry);
2483 xmlFreeCatalogEntry(entry);
2496 xmlFreeCatalogEntry(entry);
3000 (xmlHashDeallocator) xmlFreeCatalogEntry);
[all...]

Completed in 227 milliseconds