Searched refs:btPropertyNodeProp (Results 1 – 1 of 1) sorted by relevance
77 xmlChar *btPropertyNodeProp = xmlGetProp(btPropertyNode, BAD_CAST "property"); in IntHasProperty() local78 if (xmlStrcmp((xmlChar *)property.c_str(), btPropertyNodeProp) == 0) { in IntHasProperty()79 xmlFree(btPropertyNodeProp); in IntHasProperty()82 xmlFree(btPropertyNodeProp); in IntHasProperty()214 xmlChar *btPropertyNodeProp = xmlGetProp(btPropertyNode, BAD_CAST "property"); in HasProperty() local215 if (xmlStrcmp((xmlChar *)property.c_str(), btPropertyNodeProp) == 0) { in HasProperty()216 xmlFree(btPropertyNodeProp); in HasProperty()219 xmlFree(btPropertyNodeProp); in HasProperty()