Home | History | Annotate | Download | only in libxml2

Lines Matching defs:pref

36456     xmlChar * pref; /* the prefix of the QName */
36467 pref = gen_const_xmlChar_ptr(n_pref, 0);
36471 ret_val = xmlStrQEqual((const xmlChar *)pref, (const xmlChar *)name, (const xmlChar *)str);
36474 des_const_xmlChar_ptr(n_pref, (const xmlChar *)pref, 0);