Lines Matching refs:cur
151 xmlNode* cur = result->nodesetval->nodeTab[0]; in getPluginData() local
153 while (cur != NULL) in getPluginData()
156 if (cur->type == XML_ELEMENT_NODE) in getPluginData()
158 CXmlCharPtr sAttrVendor(xmlGetProp(cur, (xmlChar*) "vendor")); in getPluginData()
161 cur->xmlChildrenNode, 1)); in getPluginData()
181 cur = cur->next; in getPluginData()
246 xmlNode* cur = xPathObjectVersions->nodesetval->nodeTab[0]; in getVersionInformation() local
247 while (cur != NULL) in getVersionInformation()
249 if (cur->type == XML_ELEMENT_NODE ) in getVersionInformation()
251 if (xmlStrcmp(cur->name, (xmlChar*) "version") == 0) in getVersionInformation()
255 m_xmlDocVendorSettings, cur->xmlChildrenNode, 1); in getVersionInformation()
262 cur = cur->next; in getVersionInformation()
282 xmlNode* cur = result->nodesetval->nodeTab[0]; in getSupportedVendors() local
283 while (cur != NULL) in getSupportedVendors()
286 if (cur->type == XML_ELEMENT_NODE) in getSupportedVendors()
288 jfw::CXmlCharPtr sAttrVendor(xmlGetProp(cur, (xmlChar*) "vendor")); in getSupportedVendors()
291 cur = cur->next; in getSupportedVendors()