HomeSort by relevance Sort by last modified time
    Searched refs:xmlHashDeallocator (Results 1 - 19 of 19) sorted by null

  /external/libxml2/include/libxml/
hash.h 63 * xmlHashDeallocator:
69 typedef void (*xmlHashDeallocator)(void *payload, xmlChar *name);
113 xmlHashDeallocator f);
126 xmlHashDeallocator f);
137 xmlHashDeallocator f);
150 xmlHashDeallocator f);
157 xmlHashDeallocator f);
160 const xmlChar *name2, xmlHashDeallocator f);
164 xmlHashDeallocator f);
  /external/libxml2/
hash.c 324 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) {
416 void *userdata, xmlHashDeallocator f) {
437 xmlHashDeallocator f) {
639 void *userdata, xmlHashDeallocator f) {
1037 xmlHashDeallocator f) {
1056 const xmlChar *name2, xmlHashDeallocator f) {
1076 const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) {
catalog.c 440 (xmlHashDeallocator) xmlFreeCatalogEntry);
756 (xmlHashDeallocator) xmlFreeCatalogEntry);
    [all...]
valid.c     [all...]
entities.c 814 xmlHashFree(table, (xmlHashDeallocator) xmlFreeEntityWrapper);
xpath.c     [all...]
parserInternals.c     [all...]
HTMLparser.c     [all...]
xmlreader.c 486 xmlHashFree(table, (xmlHashDeallocator) xmlFreeID);
    [all...]
xmlschemastypes.c 640 xmlHashFree(xmlSchemaTypesBank, (xmlHashDeallocator) xmlSchemaFreeType);
    [all...]
xmlschemas.c     [all...]
parser.c     [all...]
relaxng.c     [all...]
  /external/libxslt/libxslt/
keys.c 162 (xmlHashDeallocator) xmlXPathFreeNodeSet);
extensions.c 1088 xmlHashFree(ctxt->extInfos, (xmlHashDeallocator) xsltFreeExtData);
1122 * (xmlHashDeallocator) xsltFreeExtData);
1140 xmlHashFree(style->extInfos, (xmlHashDeallocator) xsltFreeExtData);
    [all...]
attributes.c 1137 (xmlHashDeallocator) xsltFreeAttrElemList);
variables.c     [all...]
pattern.c     [all...]
xslt.c     [all...]

Completed in 80 milliseconds