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

/macosx-10.10/libxml2-26/libxml2/
H A DtestURI.c45 if (uri->query_raw) printf("query_raw: %s\n", uri->query_raw);
H A Duri.c304 if (uri->query_raw != NULL)
305 xmlFree (uri->query_raw);
306 uri->query_raw = STRNDUP (*str, cur - *str);
1241 if (uri->query_raw != NULL) {
1248 p = uri->query_raw;
1365 if (uri->query_raw != NULL) xmlFree(uri->query_raw);
1366 uri->query_raw = NULL;
1387 if (uri->query_raw != NULL) xmlFree(uri->query_raw);
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
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);
1272 if (uri->query_raw != NULL) {
1286 p = uri->query_raw;
1440 if (uri->query_raw != NULL) xmlFree(uri->query_raw);
1441 uri->query_raw = NULL;
1462 if (uri->query_raw != NULL) xmlFree(uri->query_raw);
[all...]
/macosx-10.10/libxml2-26/libxml2/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
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/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 181 milliseconds