Searched refs:querystring (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dhttpd.c92 char *querystring; member in struct:isc_httpd
472 httpd->querystring = strchr(httpd->url, '?');
473 if (httpd->querystring != NULL) {
474 *(httpd->querystring) = 0;
475 httpd->querystring++;
612 render_404(const char *url, const char *querystring, argument
621 UNUSED(querystring);
636 render_500(const char *url, const char *querystring, argument
645 UNUSED(querystring);
713 result = httpd->mgr->render_404(httpd->url, httpd->querystring,
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/include/isc/
H A Dtypes.h106 const char *querystring,
/freebsd-13-stable/contrib/mandoc/
H A Dcgi.c1037 const char *querystring; local
1096 } else if ((querystring = getenv("QUERY_STRING")) != NULL)
1097 parse_query_string(&req, querystring);

Completed in 197 milliseconds