Lines Matching refs:select
119 xmlChar *select = xmlGetProp(el, (xmlChar*)"select"); in switchFind() local
120 if (select) in switchFind()
122 if (!strcmp((const char*)select, "appl")) in switchFind()
138 xmlFree(select); in switchFind()
159 xmlChar *select = xmlGetProp(n, (xmlChar*)"select"); in clone() local
160 if (select) in clone()
162 if (!strcmp((const char*)select, "appl")) in clone()
164 xmlFree(select); in clone()
194 xmlChar *select = xmlGetProp(n, (xmlChar*)"select"); in clone() local
195 if (select) in clone()
197 if (!strcmp((const char*)select, appl.c_str())) in clone()
199 xmlFree(select); in clone()