Symbol: http_query
usr.sbin/httpd/server_fcgi.c
173
: desc->http_query;
usr.sbin/httpd/server_fcgi.c
304
if (!desc->http_query) {
usr.sbin/httpd/server_fcgi.c
312
desc->http_query) == -1) {
usr.sbin/httpd/server_http.c
108
free(desc->http_query);
usr.sbin/httpd/server_http.c
109
desc->http_query = NULL;
usr.sbin/httpd/server_http.c
1171
if (desc->http_query == NULL) {
usr.sbin/httpd/server_http.c
1174
if ((query = url_encode(desc->http_query)) == NULL)
usr.sbin/httpd/server_http.c
1183
if (desc->http_query == NULL) {
usr.sbin/httpd/server_http.c
1187
desc->http_query);
usr.sbin/httpd/server_http.c
1233
if (desc->http_query == NULL) {
usr.sbin/httpd/server_http.c
1236
ret = asprintf(&str, "%s?%s", path, desc->http_query);
usr.sbin/httpd/server_http.c
1448
desc->http_path, desc->http_query ? desc->http_query : "",
usr.sbin/httpd/server_http.c
1913
desc->http_query == NULL ? "" : "?",
usr.sbin/httpd/server_http.c
1914
desc->http_query == NULL ? "" : desc->http_query,
usr.sbin/httpd/server_http.c
1966
desc->http_query == NULL ? "" : "?",
usr.sbin/httpd/server_http.c
1967
desc->http_query == NULL ? "" : desc->http_query,
usr.sbin/httpd/server_http.c
377
if ((desc->http_query = strdup(query)) == NULL)
usr.sbin/relayd/relay_http.c
1002
if (desc->http_query == NULL)
usr.sbin/relayd/relay_http.c
1004
if ((val = strdup(desc->http_query)) == NULL) {
usr.sbin/relayd/relay_http.c
1261
(desc->http_query != NULL &&
usr.sbin/relayd/relay_http.c
1263
relay_bufferevent_print(dst, desc->http_query) == -1)) ||
usr.sbin/relayd/relay_http.c
1479
query = desc->http_query == NULL ? "" : desc->http_query;
usr.sbin/relayd/relay_http.c
155
free(desc->http_query);
usr.sbin/relayd/relay_http.c
156
desc->http_query = NULL;
usr.sbin/relayd/relay_http.c
2108
desc->http_query = strchr(desc->http_path, '?');
usr.sbin/relayd/relay_http.c
2109
if (desc->http_query != NULL)
usr.sbin/relayd/relay_http.c
2110
*desc->http_query++ = '\0';
usr.sbin/relayd/relay_http.c
2120
if (desc->http_query != NULL && (desc->http_query =
usr.sbin/relayd/relay_http.c
2121
strdup(desc->http_query)) == NULL)
usr.sbin/relayd/relay_http.c
884
desc->http_query == NULL ? "" : desc->http_query);
usr.sbin/relayd/relay_http.c
909
if (desc->http_query != NULL)
usr.sbin/relayd/relay_http.c
911
pp, desc->http_query, kv)) != RES_PASS)