Home | History | Annotate | Download | only in libxml2

Lines Matching refs:expectedEscaped

3171 	    xmlChar *expectedEscaped = xmlCharStrdup(expected);
3173 msg = xmlStrcat(msg, xmlEscapeFormatString(&expectedEscaped));
3174 FREE_AND_NULL(expectedEscaped);