HomeSort by: relevance | last modified time | path
    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