Symbol: http_query
usr.sbin/httpd/server_fcgi.c
172
desc->http_query;
usr.sbin/httpd/server_fcgi.c
303
if (!desc->http_query) {
usr.sbin/httpd/server_fcgi.c
311
desc->http_query) == -1) {
usr.sbin/httpd/server_http.c
114
free(desc->http_query);
usr.sbin/httpd/server_http.c
115
desc->http_query = NULL;
usr.sbin/httpd/server_http.c
1215
if (desc->http_query == NULL) {
usr.sbin/httpd/server_http.c
1218
if ((query = url_encode(desc->http_query)) == NULL)
usr.sbin/httpd/server_http.c
1228
if (desc->http_query == NULL) {
usr.sbin/httpd/server_http.c
1232
desc->http_query);
usr.sbin/httpd/server_http.c
1278
if (desc->http_query == NULL) {
usr.sbin/httpd/server_http.c
1281
ret = asprintf(&str, "%s?%s", path, desc->http_query);
usr.sbin/httpd/server_http.c
1494
desc->http_path, desc->http_query ? desc->http_query : "",
usr.sbin/httpd/server_http.c
2050
desc->http_query == NULL ? "" : "?",
usr.sbin/httpd/server_http.c
2051
desc->http_query == NULL ? "" : desc->http_query,
usr.sbin/httpd/server_http.c
2103
desc->http_query == NULL ? "" : "?",
usr.sbin/httpd/server_http.c
2104
desc->http_query == NULL ? "" : desc->http_query,
usr.sbin/httpd/server_http.c
380
if ((desc->http_query = strdup(query)) == NULL)
usr.sbin/relayd/relay_http.c
1026
if (desc->http_query == NULL)
usr.sbin/relayd/relay_http.c
1028
if ((val = strdup(desc->http_query)) == NULL) {
usr.sbin/relayd/relay_http.c
1285
(desc->http_query != NULL &&
usr.sbin/relayd/relay_http.c
1287
relay_bufferevent_print(dst, desc->http_query) == -1)) ||
usr.sbin/relayd/relay_http.c
1503
query = desc->http_query == NULL ? "" :
usr.sbin/relayd/relay_http.c
1504
desc->http_query;
usr.sbin/relayd/relay_http.c
154
free(desc->http_query);
usr.sbin/relayd/relay_http.c
155
desc->http_query = NULL;
usr.sbin/relayd/relay_http.c
2134
desc->http_query = strchr(desc->http_path, '?');
usr.sbin/relayd/relay_http.c
2135
if (desc->http_query != NULL)
usr.sbin/relayd/relay_http.c
2136
*desc->http_query++ = '\0';
usr.sbin/relayd/relay_http.c
2146
if (desc->http_query != NULL && (desc->http_query =
usr.sbin/relayd/relay_http.c
2147
strdup(desc->http_query)) == NULL)
usr.sbin/relayd/relay_http.c
908
desc->http_query == NULL ? "" : desc->http_query);
usr.sbin/relayd/relay_http.c
933
if (desc->http_query != NULL)
usr.sbin/relayd/relay_http.c
935
pp, desc->http_query, kv)) != RES_PASS)