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...] |