• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/

Lines Matching refs:xmlHashTablePtr

63 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name,
88 xmlHashComputeQKey(xmlHashTablePtr table,
140 * Create a new xmlHashTablePtr.
144 xmlHashTablePtr
146 xmlHashTablePtr table;
171 * Create a new xmlHashTablePtr which will use @dict as the internal dictionary
175 xmlHashTablePtr
177 xmlHashTablePtr table;
197 xmlHashGrow(xmlHashTablePtr table, int size) {
288 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) {
344 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) {
361 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name,
380 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name,
400 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name,
416 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) {
431 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name,
447 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix,
465 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix,
486 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name,
602 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name,
724 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name,
768 xmlHashQLookup3(xmlHashTablePtr table,
814 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) {
830 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) {
881 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name,
902 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name,
943 xmlHashTablePtr
944 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) {
948 xmlHashTablePtr ret;
983 xmlHashSize(xmlHashTablePtr table) {
1001 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name,
1020 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name,
1040 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name,