• Home
  • Raw
  • Download

Lines Matching defs:table

66     struct _xmlHashEntry *table;  member
84 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, in xmlHashComputeKey()
118 xmlHashComputeQKey(xmlHashTablePtr table, in xmlHashComputeQKey()
181 xmlHashTablePtr table; in xmlHashCreate() local
215 xmlHashTablePtr table; in xmlHashCreateDict() local
235 xmlHashGrow(xmlHashTablePtr table, int size) { in xmlHashGrow()
326 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) { in xmlHashFree()
393 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry()
410 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry2()
429 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry()
449 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry2()
465 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) { in xmlHashLookup()
480 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup2()
496 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup()
514 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, in xmlHashQLookup2()
535 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashAddEntry3()
674 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashUpdateEntry3()
819 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, in xmlHashLookup3()
863 xmlHashQLookup3(xmlHashTablePtr table, in xmlHashQLookup3()
909 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) { in xmlHashScan()
925 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) { in xmlHashScanFull()
976 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScan3()
1000 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, in xmlHashScanFull3()
1042 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) { in xmlHashCopy()
1084 xmlHashSize(xmlHashTablePtr table) { in xmlHashSize()
1102 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry()
1121 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry2()
1141 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, in xmlHashRemoveEntry3()