Home | History | Annotate | Download | only in server

Lines Matching full:strstr

338   end = strstr(line, END_OF_HEADERS);
621 if(strstr(req->reqbuf, "\r\n0\r\n\r\n"))
634 if(!req->auth && strstr(req->reqbuf, "Authorization:")) {
640 if(!req->digest && strstr(req->reqbuf, "Authorization: Digest")) {
649 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAD")) {
659 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAB")) {
665 else if((req->partno >= 1000) && strstr(req->reqbuf, "Authorization: Basic")) {
672 if(strstr(req->reqbuf, "Connection: close"))
693 end = strstr(line, END_OF_HEADERS);
1030 if(strstr(buffer, "swsclose") || !count) {
1034 if(strstr(buffer, "swsbounce")) {