Lines Matching defs:cgihandler
74 return map->cgihandler;
377 const char *type, *clen, *info, *cgihandler;
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) +
573 if (cgihandler)
685 const char *cgihandler)
690 arg, cgihandler));
697 map->cgihandler = cgihandler;