Searched refs:nsmap (Results 1 – 8 of 8) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/ |
D | resolv.h | 54 uint16_t nsmap[MAXNS]; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | resolv.h | 54 uint16_t nsmap[MAXNS]; member
|
/third_party/musl/include/ |
D | resolv.h | 54 uint16_t nsmap[MAXNS]; member
|
/third_party/musl/ndk_musl_include/ |
D | resolv.h | 54 uint16_t nsmap[MAXNS]; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | resolv.h | 54 uint16_t nsmap[MAXNS]; member
|
/third_party/python/Lib/test/ |
D | test_xml_etree.py | 2972 nsmap = {'xx': 'X'} 2973 self.assertEqual(len(root.findall(".//xx:b", namespaces=nsmap)), 2) 2974 self.assertEqual(len(root.findall(".//b", namespaces=nsmap)), 2) 2975 nsmap = {'xx': 'Y'} 2976 self.assertEqual(len(root.findall(".//xx:b", namespaces=nsmap)), 1) 2977 self.assertEqual(len(root.findall(".//b", namespaces=nsmap)), 2) 2978 nsmap = {'xx': 'X', '': 'Y'} 2979 self.assertEqual(len(root.findall(".//xx:b", namespaces=nsmap)), 2) 2980 self.assertEqual(len(root.findall(".//b", namespaces=nsmap)), 1) 3475 nsmap = {'h': 'hello', 'f': 'foo'} [all …]
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | tree.c | 7880 xmlDOMWrapNsMapFree(xmlNsMapPtr nsmap) in xmlDOMWrapNsMapFree() argument 7884 if (nsmap == NULL) in xmlDOMWrapNsMapFree() 7886 cur = nsmap->pool; in xmlDOMWrapNsMapFree() 7892 cur = nsmap->first; in xmlDOMWrapNsMapFree() 7898 xmlFree(nsmap); in xmlDOMWrapNsMapFree() 7911 xmlDOMWrapNsMapAddItem(xmlNsMapPtr *nsmap, int position, in xmlDOMWrapNsMapAddItem() argument 7917 if (nsmap == NULL) in xmlDOMWrapNsMapAddItem() 7921 map = *nsmap; in xmlDOMWrapNsMapAddItem() 7933 *nsmap = map; in xmlDOMWrapNsMapAddItem()
|
/third_party/libxml2/ |
D | tree.c | 7901 xmlDOMWrapNsMapFree(xmlNsMapPtr nsmap) in xmlDOMWrapNsMapFree() argument 7905 if (nsmap == NULL) in xmlDOMWrapNsMapFree() 7907 cur = nsmap->pool; in xmlDOMWrapNsMapFree() 7913 cur = nsmap->first; in xmlDOMWrapNsMapFree() 7919 xmlFree(nsmap); in xmlDOMWrapNsMapFree() 7932 xmlDOMWrapNsMapAddItem(xmlNsMapPtr *nsmap, int position, in xmlDOMWrapNsMapAddItem() argument 7938 if (nsmap == NULL) in xmlDOMWrapNsMapAddItem() 7942 map = *nsmap; in xmlDOMWrapNsMapAddItem() 7954 *nsmap = map; in xmlDOMWrapNsMapAddItem()
|