Searched refs:xmlPropValue (Results 1 – 2 of 2) sorted by relevance
479 xmlChar* xmlPropValue = xmlGetProp(subNode, actionProp->name); in ParsePolicySubnode() local480 if (xmlPropValue != nullptr) { in ParsePolicySubnode()481 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParsePolicySubnode()485 xmlFree(xmlPropValue); in ParsePolicySubnode()
561 xmlChar* xmlPropValue = xmlGetProp(subNode, actionProp->name); in ParsePolicyActionInfo() local562 if (xmlPropValue != nullptr) { in ParsePolicyActionInfo()563 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParsePolicyActionInfo()567 xmlFree(xmlPropValue); in ParsePolicyActionInfo()