Lines Matching refs:select
118 xmlChar *select = xmlGetProp(el, (xmlChar*)"select"); in switchFind() local
119 if (select) in switchFind()
121 if (!strcmp((const char*)select, "appl")) in switchFind()
137 xmlFree(select); in switchFind()
158 xmlChar *select = xmlGetProp(n, (xmlChar*)"select"); in clone() local
159 if (select) in clone()
161 if (!strcmp((const char*)select, "appl")) in clone()
163 xmlFree(select); in clone()
193 xmlChar *select = xmlGetProp(n, (xmlChar*)"select"); in clone() local
194 if (select) in clone()
196 if (!strcmp((const char*)select, appl.c_str())) in clone()
198 xmlFree(select); in clone()