Home
last modified time | relevance | path

Searched refs:query_raw (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/
Duri.c305 if (uri->query_raw != NULL) in xmlParse3986Query()
306 xmlFree (uri->query_raw); in xmlParse3986Query()
307 uri->query_raw = STRNDUP (*str, cur - *str); in xmlParse3986Query()
1252 if (uri->query_raw != NULL) { in xmlSaveUri()
1259 p = uri->query_raw; in xmlSaveUri()
1376 if (uri->query_raw != NULL) xmlFree(uri->query_raw); in xmlCleanURI()
1377 uri->query_raw = NULL; in xmlCleanURI()
1398 if (uri->query_raw != NULL) xmlFree(uri->query_raw); in xmlFreeURI()
1835 if (uri->query_raw) { in xmlURIEscape()
1837 ret = xmlStrcat(ret, BAD_CAST uri->query_raw); in xmlURIEscape()
[all …]
DtestURI.c46 if (uri->query_raw) printf("query_raw: %s\n", uri->query_raw); in handleURI()
/external/libxml2/os400/libxmlrpg/
Duri.rpgle22 * query_raw takes precedence over query if the former is set.
39 d query_raw * char *
/external/libxml2/include/libxml/
Duri.h44 char *query_raw; /* the query string (as it appears in the URI) */ member
/external/perfetto/test/
Dend_to_end_integrationtest.cc1671 auto query_raw = ExecPerfetto({"--query-raw"}); in TEST_F() local
1674 EXPECT_EQ(0, query_raw.Run(&stderr_)) << stderr_; in TEST_F()