HomeSort by relevance Sort by last modified time
    Searched refs:xmlHashDeallocator (Results 1 - 13 of 13) 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 288 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) {
381 void *userdata, xmlHashDeallocator f) {
402 xmlHashDeallocator f) {
604 void *userdata, xmlHashDeallocator f) {
1002 xmlHashDeallocator f) {
1021 const xmlChar *name2, xmlHashDeallocator f) {
1041 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...]

Completed in 147 milliseconds