Lines Matching defs:href
21721 xmlChar * href; /* the URI associated */
21731 href = gen_const_xmlChar_ptr(n_href, 1);
21734 ret_val = xmlNewNs(node, (const xmlChar *)href, (const xmlChar *)prefix);
21739 des_const_xmlChar_ptr(n_href, (const xmlChar *)href, 1);
23416 xmlChar * href; /* the namespace value */
23425 href = gen_const_xmlChar_ptr(n_href, 2);
23427 ret_val = xmlSearchNsByHref(doc, node, (const xmlChar *)href);
23432 des_const_xmlChar_ptr(n_href, (const xmlChar *)href, 2);