Home | History | Annotate | Download | only in server

Lines Matching defs:doc

341   static char doc[MAXDOCNAMELEN];
358 doc,
379 ptr = strrchr(doc, '/');
386 if((strlen(doc) + strlen(request)) < 200)
388 request, doc, prot_str, prot_major, prot_minor);
544 doc, &prot_major, &prot_minor) == 3) {
547 doc, prot_major, prot_minor);
553 if(!strncmp(doc, "bad", 3))
556 else if(!strncmp(doc, "test", 4)) {
559 char *portp = strchr(doc, ':');