Lines Matching defs:query
129 char *query; /* the query string */
303 if (ctxt->query != NULL) {
304 xmlFree(ctxt->query);
305 ctxt->query = NULL;
332 if (uri->query != NULL)
333 ctxt->query = xmlMemStrdup(uri->query);
429 if (ctxt->query != NULL) xmlFree(ctxt->query);
1423 if (ctxt->query != NULL)
1425 blen += strlen(ctxt->query) + 1;
1460 if (ctxt->query != NULL)
1461 p += snprintf( p, blen - (p - bp), "?%s", ctxt->query);