• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

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) {
870 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name,
891 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name,
932 xmlHashTablePtr
933 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) {
937 xmlHashTablePtr ret;
972 xmlHashSize(xmlHashTablePtr table) {
990 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name,
1009 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name,
1029 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name,