Searched refs:xmlPropValue (Results 1 – 2 of 2) sorted by relevance
245 xmlChar* xmlPropValue = xmlGetProp(subNode, levStateProp->name); in ParseLevelState() local246 if (xmlPropValue != nullptr) { in ParseLevelState()247 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParseLevelState()251 xmlFree(xmlPropValue); in ParseLevelState()639 xmlChar* xmlPropValue = xmlGetProp(subNode, actionProp->name); in ParsePolicyActionInfo() local640 if (xmlPropValue != nullptr) { in ParsePolicyActionInfo()641 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParsePolicyActionInfo()645 xmlFree(xmlPropValue); in ParsePolicyActionInfo()
493 xmlChar* xmlPropValue = xmlGetProp(subNode, actionProp->name); in ParsePolicySubnode() local494 if (xmlPropValue != nullptr) { in ParsePolicySubnode()495 std::string propValue = reinterpret_cast<char*>(xmlPropValue); in ParsePolicySubnode()499 xmlFree(xmlPropValue); in ParsePolicySubnode()