Lines Matching refs:query_raw
304 if (uri->query_raw != NULL) in xmlParse3986Query()
305 xmlFree (uri->query_raw); in xmlParse3986Query()
306 uri->query_raw = STRNDUP (*str, cur - *str); in xmlParse3986Query()
1244 if (uri->query_raw != NULL) { in xmlSaveUri()
1251 p = uri->query_raw; in xmlSaveUri()
1368 if (uri->query_raw != NULL) xmlFree(uri->query_raw); in xmlCleanURI()
1369 uri->query_raw = NULL; in xmlCleanURI()
1390 if (uri->query_raw != NULL) xmlFree(uri->query_raw); in xmlFreeURI()
1826 if (uri->query_raw) { in xmlURIEscape()
1828 ret = xmlStrcat(ret, BAD_CAST uri->query_raw); in xmlURIEscape()
1973 if (ref->query_raw != NULL) in xmlBuildURI()
1974 res->query_raw = xmlMemStrdup (ref->query_raw); in xmlBuildURI()
1977 else if (bas->query_raw != NULL) in xmlBuildURI()
1978 res->query_raw = xmlMemStrdup(bas->query_raw); in xmlBuildURI()
1999 if (ref->query_raw != NULL) in xmlBuildURI()
2000 res->query_raw = xmlMemStrdup(ref->query_raw); in xmlBuildURI()