HomeSort by relevance Sort by last modified time
    Searched refs:query_raw (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
uri.h 28 * 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
  /external/libxml2/
uri.c 273 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;
    [all...]

Completed in 23 milliseconds