Home | History | Annotate | Download | only in libxml2

Lines Matching refs:query_raw

273 	if (uri->query_raw != NULL)
274 xmlFree (uri->query_raw);
275 uri->query_raw = STRNDUP (*str, cur - *str);
1256 if (uri->query_raw != NULL) {
1270 p = uri->query_raw;
1424 if (uri->query_raw != NULL) xmlFree(uri->query_raw);
1425 uri->query_raw = NULL;
1446 if (uri->query_raw != NULL) xmlFree(uri->query_raw);
1887 if (uri->query_raw) {
1889 ret = xmlStrcat(ret, BAD_CAST uri->query_raw);
2033 if (ref->query_raw != NULL)
2034 res->query_raw = xmlMemStrdup (ref->query_raw);
2037 else if (bas->query_raw != NULL)
2038 res->query_raw = xmlMemStrdup(bas->query_raw);
2059 if (ref->query_raw != NULL)
2060 res->query_raw = xmlMemStrdup(ref->query_raw);