Lines Matching defs:href
21352 xmlChar * href; /* the URI associated */
21362 href = gen_const_xmlChar_ptr(n_href, 1);
21365 ret_val = xmlNewNs(node, (const xmlChar *)href, (const xmlChar *)prefix);
21370 des_const_xmlChar_ptr(n_href, (const xmlChar *)href, 1);
22979 xmlChar * href; /* the namespace value */
22988 href = gen_const_xmlChar_ptr(n_href, 2);
22990 ret_val = xmlSearchNsByHref(doc, node, (const xmlChar *)href);
22995 des_const_xmlChar_ptr(n_href, (const xmlChar *)href, 2);