HomeSort by relevance Sort by last modified time
    Searched full:query_raw (Results 1 - 7 of 7) 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/
testURI.c 45 if (uri->query_raw) printf("query_raw: %s\n", uri->query_raw);
uri.c 304 if (uri->query_raw != NULL)
305 xmlFree (uri->query_raw);
306 uri->query_raw = STRNDUP (*str, cur - *str);
1243 if (uri->query_raw != NULL) {
1250 p = uri->query_raw;
    [all...]
  /external/libxml2/os400/libxmlrpg/
uri.rpgle 21 * query_raw takes precedence over query if the former is set.
38 d query_raw * char *
  /external/libxml2/python/
libxml2-python-api.xml 279 <return type='const char *' info="The URI query" field="query_raw"/>
286 <arg name='query_raw' type='char *' info='The raw URI query part'/>
  /external/libxml2/doc/devhelp/
libxml2-uri.html 82 char * query_raw : the query string (as it appears in the URI)
  /external/libxml2/doc/html/
libxml-uri.html 42 char * query_raw : the query string (as it appears in the

Completed in 273 milliseconds