Lines Matching refs:doc
211 static char doc[MAXDOCNAMELEN];
225 doc,
247 ptr = strrchr(doc, '/');
252 if((strlen(doc) + strlen(request)) < 200)
254 request, doc, prot_str, prot_major, prot_minor);
412 doc, &prot_major, &prot_minor) == 3) {
415 doc, prot_major, prot_minor);
421 if(!strncmp(doc, "bad", 3))
424 else if(!strncmp(doc, "test", 4)) {
427 char *portp = strchr(doc, ':');