Searched refs:attrmap (Results 1 – 4 of 4) sorted by relevance
1050 attrmap = elem.attributes1063 and attrmap["b"].isSameNode(attr)1080 and attrmap["c"].isSameNode(attr)1081 and attrmap[("http://xml.python.org/ns", "c")].isSameNode(attr))1099 and attrmap["p:d"].isSameNode(attr)1100 and attrmap[("http://xml.python.org/ns2", "d")].isSameNode(attr))1117 and attrmap["e"].isSameNode(attr))
1196 attrmap = elem.attributes1209 and attrmap["b"].isSameNode(attr)1226 and attrmap["c"].isSameNode(attr)1227 and attrmap[("http://xml.python.org/ns", "c")].isSameNode(attr))1245 and attrmap["p:d"].isSameNode(attr)1246 and attrmap[("http://xml.python.org/ns2", "d")].isSameNode(attr))1263 and attrmap["e"].isSameNode(attr))
907 struct attrmap { struct916 const struct attrmap *map, size_t nmap) in ikev1_attrmap_print() argument1157 static const struct attrmap ipsec_t_map[] = {1184 static const struct attrmap encr_t_map[] = {1195 static const struct attrmap oakley_t_map[] = {1242 const struct attrmap *map; in ikev1_t_print()1757 const struct attrmap *map = oakley_t_map; in ikev1_n_print()1914 const struct attrmap *map; in ikev2_t_print()
1526 ebitmap_t attrmap; in write_type_attribute_sets_to_conf() local1541 rc = ebitmap_cpy(&attrmap, &pdb->type_attr_map[i]); in write_type_attribute_sets_to_conf()1545 rc = ebitmap_set_bit(&attrmap, i, 0); in write_type_attribute_sets_to_conf()1547 ebitmap_destroy(&attrmap); in write_type_attribute_sets_to_conf()1551 attrs = attrmap_to_str(&attrmap, pdb->p_type_val_to_name); in write_type_attribute_sets_to_conf()1552 ebitmap_destroy(&attrmap); in write_type_attribute_sets_to_conf()