Home | History | Annotate | Download | only in libxml2

Lines Matching refs:orig

5624     xmlChar * orig; /* the system, public or prefix to match */
5636 orig = gen_const_xmlChar_ptr(n_orig, 2);
5639 ret_val = xmlACatalogAdd(catal, (const xmlChar *)type, (const xmlChar *)orig, (const xmlChar *)replace);
5644 des_const_xmlChar_ptr(n_orig, (const xmlChar *)orig, 2);
5928 xmlChar * orig; /* the system, public or prefix to match */
5938 orig = gen_const_xmlChar_ptr(n_orig, 1);
5941 ret_val = xmlCatalogAdd((const xmlChar *)type, (const xmlChar *)orig, (const xmlChar *)replace);
5945 des_const_xmlChar_ptr(n_orig, (const xmlChar *)orig, 1);