OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mmp
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/httpd/
bozohttpd.c
575
struct method_map *
mmp
;
local in function:process_method
580
for (
mmp
= method_map;
mmp
->name;
mmp
++)
581
if (strcasecmp(method,
mmp
->name) == 0) {
582
request->hr_method =
mmp
->type;
583
request->hr_methodstr =
mmp
->name;
bozohttpd.c
575
struct method_map *
mmp
;
local in function:process_method
580
for (
mmp
= method_map;
mmp
->name;
mmp
++)
581
if (strcasecmp(method,
mmp
->name) == 0) {
582
request->hr_method =
mmp
->type;
583
request->hr_methodstr =
mmp
->name;
Completed in 24 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025