Home | History | Annotate | Download | only in libxml2

Lines Matching full:tmp_str2

1006     xmlChar * tmp_str2;
1039 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/");
1040 if(tmp_str2 == NULL) {
1048 tmp_str = tmp_str2;
1052 tmp_str2 = xmlBuildURI(res, tmp_str);
1053 if(tmp_str2 == NULL) {
1064 res = tmp_str2;