Home | History | Annotate | Download | only in libxml2

Lines Matching full:tmpval

2909 		    xmlChar *tmpval, *cur;
2915 tmpval = xmlStrdup(value);
2916 for (cur = tmpval; *cur; ++cur) {
2924 uri = xmlParseURI((const char *) tmpval);
2925 xmlFree(tmpval);