HomeSort by: relevance | last modified time | path
    Searched defs:cgihandler (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/httpd/
cgi-bozo.c 74 return map->cgihandler;
377 const char *type, *clen, *info, *cgihandler; local in function:bozo_process_cgi
419 cgihandler = NULL;
430 cgihandler = content_cgihandler(httpd, request, file + 1);
431 if (cgihandler == NULL) {
438 debug((httpd, DEBUG_NORMAL, "%s: cgihandler `%s'",
439 __func__, cgihandler));
459 if (cgihandler) {
461 path = bozostrdup(httpd, request, cgihandler);
494 (cgihandler ? 1 : 0)
    [all...]
bozohttpd.h 88 const char *cgihandler; /* optional CGI handler */ member in struct:bozo_content_map_t

Completed in 12 milliseconds