Home | History | Annotate | Download | only in libxml2

Lines Matching full:query_raw

304 	if (uri->query_raw != NULL)
305 xmlFree (uri->query_raw);
306 uri->query_raw = STRNDUP (*str, cur - *str);
1243 if (uri->query_raw != NULL) {
1250 p = uri->query_raw;
1367 if (uri->query_raw != NULL) xmlFree(uri->query_raw);
1368 uri->query_raw = NULL;
1389 if (uri->query_raw != NULL) xmlFree(uri->query_raw);
1825 if (uri->query_raw) {
1827 ret = xmlStrcat(ret, BAD_CAST uri->query_raw);
1971 if (ref->query_raw != NULL)
1972 res->query_raw = xmlMemStrdup (ref->query_raw);
1975 else if (bas->query_raw != NULL)
1976 res->query_raw = xmlMemStrdup(bas->query_raw);
1997 if (ref->query_raw != NULL)
1998 res->query_raw = xmlMemStrdup(ref->query_raw);