Searched refs:tmp_str2 (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dc14n.c1007 xmlChar * tmp_str2; local
1040 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/");
1041 if(tmp_str2 == NULL) {
1049 tmp_str = tmp_str2;
1053 tmp_str2 = xmlBuildURI(res, tmp_str);
1054 if(tmp_str2 == NULL) {
1065 res = tmp_str2;

Completed in 74 milliseconds