OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hr_proto
(Results
1 - 6
of
6
) sorted by relevancy
/src/libexec/httpd/
dir-index-bozo.c
90
bozo_printf(httpd, "%s 200 OK\r\n", request->
hr_proto
);
92
if (request->
hr_proto
!= httpd->consts.http_09) {
bozohttpd.c
509
request->
hr_proto
= httpd->consts.http_09;
534
request->
hr_proto
= httpd->consts.http_10;
536
request->
hr_proto
= httpd->consts.http_11;
541
request->hr_file, request->
hr_proto
));
577
if (request->
hr_proto
== httpd->consts.http_11)
774
if (request->
hr_proto
== httpd->consts.http_09)
863
if (request->
hr_proto
== httpd->consts.http_11 &&
1147
bozo_printf(httpd, "%s 301 Document Moved\r\n", request->
hr_proto
);
1148
if (request->
hr_proto
!= httpd->consts.http_09)
1150
if (request->
hr_proto
!= httpd->consts.http_09
[
all
...]
cgi-bozo.c
149
bozo_printf(httpd, "%s %s\r\n", request->
hr_proto
,
168
"%s 200 OK\r\n", request->
hr_proto
);
540
bozo_setenv(httpd, "SERVER_PROTOCOL", request->
hr_proto
, curenvp++);
content-bozo.c
261
return (request->
hr_proto
== httpd->consts.http_11) ?
bozohttpd.h
173
const char *
hr_proto
;
member in struct:bozo_httpreq_t
lua-bozo.c
375
lua_env(map->L, "SERVER_PROTOCOL", request->
hr_proto
);
Completed in 14 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025