XLINK_NAMESPACE   149 third_party/libxml/src/xlink.c     type = xmlGetNsProp(node, BAD_CAST"type", XLINK_NAMESPACE);
XLINK_NAMESPACE   154 third_party/libxml/src/xlink.c 	    role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
XLINK_NAMESPACE   157 third_party/libxml/src/xlink.c 		xlink = xmlSearchNs(doc, node, XLINK_NAMESPACE);