Searched refs:query_raw (Results 1 – 5 of 5) 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()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 …]
46 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
1671 auto query_raw = ExecPerfetto({"--query-raw"}); in TEST_F() local1674 EXPECT_EQ(0, query_raw.Run(&stderr_)) << stderr_; in TEST_F()