Home | History | Annotate | Download | only in cgi

Lines Matching refs:hdf_get_value

382   l = hdf_get_value (cgi->hdf, "CGI.ContentLength", NULL);
504 if ((debugger = hdf_get_value (cgi->hdf, "Config.Debugger", NULL)) == NULL)
557 char *d = hdf_get_value(cgi->hdf, "Query.debug_pause", NULL);
558 char *d_p = hdf_get_value(cgi->hdf, "Config.DebugPassword", NULL);
570 display = hdf_get_value (cgi->hdf, "Query.xdisplay", NULL);
623 method = hdf_get_value (cgi->hdf, "CGI.RequestMethod", "GET");
624 type = hdf_get_value (cgi->hdf, "CGI.ContentType", NULL);
663 l = hdf_get_value (cgi->hdf, "CGI.ContentLength", NULL);
693 l = hdf_get_value (cgi->hdf, "CGI.ContentLength", NULL);
715 l = hdf_get_value(cgi->hdf, "CGI.PathInfo", NULL);
841 s = hdf_get_value (obj, "Status", NULL);
845 s = hdf_get_value (obj, "Location", NULL);
861 charset = hdf_get_value (obj, "charset", NULL);
862 s = hdf_get_value (obj, "ContentType", "text/html");
1068 s = hdf_get_value (cgi->hdf, "Query.debug", NULL);
1069 e = hdf_get_value (cgi->hdf, "Config.DebugPassword", NULL);
1076 s = hdf_get_value (cgi->hdf, "cgiout.ContentType", "text/html");
1104 s = hdf_get_value (cgi->hdf, "HTTP.UserAgent", NULL);
1109 e = hdf_get_value (cgi->hdf, "HTTP.Accept", NULL);
1327 debug = hdf_get_value (cgi->hdf, "Query.debug", NULL);
1328 t = hdf_get_value (cgi->hdf, "Config.DumpPassword", NULL);
1435 if (!strcmp(hdf_get_value(cgi->hdf, "CGI.HTTPS", "off"), "on"))
1440 host = hdf_get_value (cgi->hdf, "HTTP.Host", NULL);
1442 host = hdf_get_value (cgi->hdf, "CGI.ServerName", "localhost");
1499 host = hdf_get_value (cgi->hdf, "HTTP.Host", NULL);