/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 | 320 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) { 412 void *userdata, xmlHashDeallocator f) { 433 xmlHashDeallocator f) { 635 void *userdata, xmlHashDeallocator f) { 1036 xmlHashDeallocator f) { 1055 const xmlChar *name2, xmlHashDeallocator f) { 1075 const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) {
|
catalog.c | 444 (xmlHashDeallocator) xmlFreeCatalogEntry); 760 (xmlHashDeallocator) xmlFreeCatalogEntry); [all...] |
valid.c | [all...] |
entities.c | 897 xmlHashFree(table, (xmlHashDeallocator) xmlFreeEntityWrapper);
|
xpath.c | [all...] |
parserInternals.c | [all...] |
testapi.c | 743 static xmlHashDeallocator gen_xmlHashDeallocator(int no, int nr ATTRIBUTE_UNUSED) { 747 static void des_xmlHashDeallocator(int no ATTRIBUTE_UNUSED, xmlHashDeallocator val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { [all...] |
xmlschemastypes.c | 644 xmlHashFree(xmlSchemaTypesBank, (xmlHashDeallocator) xmlSchemaFreeType); [all...] |
xmlreader.c | 502 xmlHashFree(table, (xmlHashDeallocator) xmlFreeID); [all...] |
xmlschemas.c | [all...] |
parser.c | [all...] |
relaxng.c | [all...] |
/external/libxml2/os400/dlfcn/ |
dlfcn.c | 124 xmlHashFree(dldir, (xmlHashDeallocator) NULL);
|