HomeSort by relevance Sort by last modified time
    Searched refs:xmlHashFree (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/third_party/libxslt/libxslt/
extensions.c 645 xmlHashFree(ctxt->extElements, NULL);
647 xmlHashFree(ctxt->extFunctions, NULL);
1088 xmlHashFree(ctxt->extInfos, (xmlHashDeallocator) xsltFreeExtData);
1140 xmlHashFree(style->extInfos, (xmlHashDeallocator) xsltFreeExtData);
    [all...]
keys.c 161 xmlHashFree(keyt->keys,
attributes.c 614 xmlHashFree(cur->attributeSets, NULL);
1136 xmlHashFree((xmlHashTablePtr) style->attributeSets,
namespaces.c 849 xmlHashFree((xmlHashTablePtr) style->nsAliases, NULL);
  /external/libxslt/libxslt/
extensions.c 645 xmlHashFree(ctxt->extElements, NULL);
647 xmlHashFree(ctxt->extFunctions, NULL);
1088 xmlHashFree(ctxt->extInfos, (xmlHashDeallocator) xsltFreeExtData);
1140 xmlHashFree(style->extInfos, (xmlHashDeallocator) xsltFreeExtData);
    [all...]
keys.c 161 xmlHashFree(keyt->keys,
attributes.c 614 xmlHashFree(cur->attributeSets, NULL);
1136 xmlHashFree((xmlHashTablePtr) style->attributeSets,
namespaces.c 849 xmlHashFree((xmlHashTablePtr) style->nsAliases, NULL);
  /external/chromium_org/third_party/libxml/src/include/libxml/
hash.h 112 xmlHashFree (xmlHashTablePtr table,
  /external/chromium_org/third_party/libxslt/libexslt/
saxon.c 50 xmlHashFree(data, (xmlHashDeallocator) xmlXPathFreeCompExpr);
functions.c 224 xmlHashFree(data, (xmlHashDeallocator) xmlFree);
  /external/libxml2/include/libxml/
hash.h 112 xmlHashFree (xmlHashTablePtr table,
  /external/chromium_org/third_party/libxml/src/
parserInternals.c     [all...]
entities.c 814 xmlHashFree(table, (xmlHashDeallocator) xmlFreeEntityWrapper);
hash.c 280 * xmlHashFree:
288 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) {
valid.c     [all...]
catalog.c 439 xmlHashFree(catal->sgml,
    [all...]
relaxng.c 871 xmlHashFree(grammar->refs, NULL);
874 xmlHashFree(grammar->defs, NULL);
956 xmlHashFree(partitions->triage, NULL);
984 xmlHashFree((xmlHashTablePtr) define->data, NULL);
    [all...]
xmlschemas.c     [all...]
  /external/libxml2/
parserInternals.c     [all...]
entities.c 814 xmlHashFree(table, (xmlHashDeallocator) xmlFreeEntityWrapper);
hash.c 316 * xmlHashFree:
324 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) {
valid.c     [all...]
catalog.c 439 xmlHashFree(catal->sgml,
    [all...]
relaxng.c 871 xmlHashFree(grammar->refs, NULL);
874 xmlHashFree(grammar->defs, NULL);
956 xmlHashFree(partitions->triage, NULL);
984 xmlHashFree((xmlHashTablePtr) define->data, NULL);
    [all...]

Completed in 172 milliseconds

1 2