Lines Matching refs:xmlStrcat
1778 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1779 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlURIEscape()
1787 ret = xmlStrcat(ret, BAD_CAST "//"); in xmlURIEscape()
1788 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1795 ret = xmlStrcat(ret,BAD_CAST "//"); in xmlURIEscape()
1796 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1797 ret = xmlStrcat(ret, BAD_CAST "@"); in xmlURIEscape()
1805 ret = xmlStrcat(ret, BAD_CAST "//"); in xmlURIEscape()
1806 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1814 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlURIEscape()
1815 ret = xmlStrcat(ret, port); in xmlURIEscape()
1822 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1827 ret = xmlStrcat(ret, BAD_CAST "?"); in xmlURIEscape()
1828 ret = xmlStrcat(ret, BAD_CAST uri->query_raw); in xmlURIEscape()
1834 ret = xmlStrcat(ret, BAD_CAST "?"); in xmlURIEscape()
1835 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1842 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1849 ret = xmlStrcat(ret, BAD_CAST "#"); in xmlURIEscape()
1850 ret = xmlStrcat(ret, segment); in xmlURIEscape()