Searched refs:query_raw (Results 1 – 4 of 4) sorted by relevance
305 if (uri->query_raw != NULL) in xmlParse3986Query()306 xmlFree (uri->query_raw); in xmlParse3986Query()307 uri->query_raw = STRNDUP (*str, cur - *str); in xmlParse3986Query()1245 if (uri->query_raw != NULL) { in xmlSaveUri()1252 p = uri->query_raw; in xmlSaveUri()1369 if (uri->query_raw != NULL) xmlFree(uri->query_raw); in xmlCleanURI()1370 uri->query_raw = NULL; in xmlCleanURI()1391 if (uri->query_raw != NULL) xmlFree(uri->query_raw); in xmlFreeURI()1827 if (uri->query_raw) { in xmlURIEscape()1829 ret = xmlStrcat(ret, BAD_CAST uri->query_raw); in xmlURIEscape()[all …]
45 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