Searched refs:query_raw (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestURI.c45 if (uri->query_raw) printf("query_raw: %s\n", uri->query_raw);
H A Duri.c273 if (uri->query_raw != NULL)
274 xmlFree (uri->query_raw);
275 uri->query_raw = STRNDUP (*str, cur - *str);
1256 if (uri->query_raw != NULL) {
1270 p = uri->query_raw;
1424 if (uri->query_raw != NULL) xmlFree(uri->query_raw);
1425 uri->query_raw = NULL;
1446 if (uri->query_raw != NULL) xmlFree(uri->query_raw);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Duri.h28 * query_raw takes precedence over query if the former is set.
44 char *query_raw; /* the query string (as it appears in the URI) */ member in struct:_xmlURI

Completed in 35 milliseconds