Home
last modified time | relevance | path

Searched refs:query_raw (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Duri.c273 if (uri->query_raw != NULL) in xmlParse3986Query()
274 xmlFree (uri->query_raw); in xmlParse3986Query()
275 uri->query_raw = STRNDUP (*str, cur - *str); in xmlParse3986Query()
1256 if (uri->query_raw != NULL) { in xmlSaveUri()
1270 p = uri->query_raw; in xmlSaveUri()
1424 if (uri->query_raw != NULL) xmlFree(uri->query_raw); in xmlCleanURI()
1425 uri->query_raw = NULL; in xmlCleanURI()
1446 if (uri->query_raw != NULL) xmlFree(uri->query_raw); in xmlFreeURI()
1887 if (uri->query_raw) { in xmlURIEscape()
1889 ret = xmlStrcat(ret, BAD_CAST uri->query_raw); in xmlURIEscape()
[all …]
/external/libxml2/include/libxml/
Duri.h44 char *query_raw; /* the query string (as it appears in the URI) */ member