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()
1272 if (uri->query_raw != NULL) { in xmlSaveUri()
1286 p = uri->query_raw; in xmlSaveUri()
1440 if (uri->query_raw != NULL) xmlFree(uri->query_raw); in xmlCleanURI()
1441 uri->query_raw = NULL; in xmlCleanURI()
1462 if (uri->query_raw != NULL) xmlFree(uri->query_raw); in xmlFreeURI()
1903 if (uri->query_raw) { in xmlURIEscape()
1905 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