Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlHashTablePtr

86 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name,
114 xmlHashComputeQKey(xmlHashTablePtr table,
169 * Create a new xmlHashTablePtr.
173 xmlHashTablePtr
175 xmlHashTablePtr table;
207 * Create a new xmlHashTablePtr which will use @dict as the internal dictionary
211 xmlHashTablePtr
213 xmlHashTablePtr table;
233 xmlHashGrow(xmlHashTablePtr table, int size) {
324 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) {
379 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) {
396 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name,
415 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name,
435 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name,
451 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) {
466 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name,
482 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix,
500 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix,
521 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name,
637 xmlHashTablePtr table, const xmlChar *name,
759 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name,
803 xmlHashQLookup3(xmlHashTablePtr table,
849 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) {
865 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) {
916 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name,
937 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name,
978 xmlHashTablePtr
979 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) {
983 xmlHashTablePtr ret;
1018 xmlHashSize(xmlHashTablePtr table) {
1036 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name,
1055 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name,
1075 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name,