Lines Matching refs:query
214 parse_search_string(bozo_httpreq_t *request, const char *query, size_t *args_len)
223 if (strchr(query, '='))
226 str = bozostrdup(httpd, request, query);
229 * there's no more arguments than '+' chars in the query string as it's
378 char *query, *s, *t, *path, *env, *command, *file, *url;
407 query = bozostrdup(httpd, request, request->hr_query);
409 query = NULL;
413 query ? "?" : "",
414 query ? query : "");
444 if (query != NULL) {
445 search_string_argv = parse_search_string(request, query,
489 (query && *query ? 1 : 0) +
500 "query `%s', nph `%d', envpsize `%d'", __func__,
502 strornull(query), nph, envpsize));
550 if (query && *query)
551 bozo_setenv(httpd, "QUERY_STRING", query, curenvp++);
627 free(query);
675 free(query);