• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/

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) {
343 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) {
360 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name,
379 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name,
399 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name,
415 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) {
430 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name,
446 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix,
464 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix,
485 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name,
601 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name,
723 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name,
767 xmlHashQLookup3(xmlHashTablePtr table,
813 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) {
829 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) {
880 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name,
901 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name,
942 xmlHashTablePtr
943 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) {
947 xmlHashTablePtr ret;
982 xmlHashSize(xmlHashTablePtr table) {
1000 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name,
1019 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name,
1039 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name,