Searched refs:query_raw (Results 1 – 4 of 4) sorted by relevance
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()[all …]
46 if (uri->query_raw) printf("query_raw: %s\n", uri->query_raw); in handleURI()
22 * query_raw takes precedence over query if the former is set.39 d query_raw * char *
44 char *query_raw; /* the query string (as it appears in the URI) */ member