Lines Matching refs:query
137 char *query; /* the query string */
294 if (ctxt->query != NULL) {
295 xmlFree(ctxt->query);
296 ctxt->query = NULL;
315 if (uri->query != NULL)
316 ctxt->query = xmlMemStrdup(uri->query);
412 if (ctxt->query != NULL) xmlFree(ctxt->query);
1337 if (ctxt->query != NULL)
1339 blen += strlen(ctxt->query) + 1;
1374 if (ctxt->query != NULL)
1375 p += snprintf( p, blen - (p - bp), "?%s", ctxt->query);