Home | History | Annotate | Download | only in lib

Lines Matching defs:query

728  * @param path pointer to the requested path; should include query part
1936 const char *query = data->state.up.query;
2055 if(query && *query) {
2056 pq = aprintf("%s?%s", path, query);
2513 query = NULL;
2529 if(query)
2530 result = Curl_add_bufferf(&req_buffer, "?%s", query);