Lines Matching refs:xmlStrcat
1839 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1840 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlURIEscape()
1848 ret = xmlStrcat(ret, BAD_CAST "//"); in xmlURIEscape()
1849 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1856 ret = xmlStrcat(ret,BAD_CAST "//"); in xmlURIEscape()
1857 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1858 ret = xmlStrcat(ret, BAD_CAST "@"); in xmlURIEscape()
1866 ret = xmlStrcat(ret, BAD_CAST "//"); in xmlURIEscape()
1867 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1875 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlURIEscape()
1876 ret = xmlStrcat(ret, port); in xmlURIEscape()
1883 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1888 ret = xmlStrcat(ret, BAD_CAST "?"); in xmlURIEscape()
1889 ret = xmlStrcat(ret, BAD_CAST uri->query_raw); in xmlURIEscape()
1895 ret = xmlStrcat(ret, BAD_CAST "?"); in xmlURIEscape()
1896 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1903 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1910 ret = xmlStrcat(ret, BAD_CAST "#"); in xmlURIEscape()
1911 ret = xmlStrcat(ret, segment); in xmlURIEscape()