Lines Matching refs:query
136 char *query; /* the query string */
296 if (ctxt->query != NULL) {
297 xmlFree(ctxt->query);
298 ctxt->query = NULL;
325 if (uri->query != NULL)
326 ctxt->query = xmlMemStrdup(uri->query);
422 if (ctxt->query != NULL) xmlFree(ctxt->query);
1414 if (ctxt->query != NULL)
1416 blen += strlen(ctxt->query) + 1;
1451 if (ctxt->query != NULL)
1452 p += snprintf( p, blen - (p - bp), "?%s", ctxt->query);