Home | History | Annotate | Download | only in server

Lines Matching full:strstr

459   char *end = strstr(line, end_of_headers);
730 if(strstr(req->reqbuf, "\r\n0\r\n\r\n"))
743 if(!req->auth && strstr(req->reqbuf, "Authorization:")) {
749 if(!req->digest && strstr(req->reqbuf, "Authorization: Digest")) {
758 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAD")) {
768 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAB")) {
775 strstr(req->reqbuf, "Authorization: Basic")) {
782 if(strstr(req->reqbuf, "Connection: close"))
804 end = strstr(line, end_of_headers);
820 if(req->upgrade && strstr(req->reqbuf, "Upgrade:")) {
1164 if(strstr(buffer, "swsclose") || !count) {
1168 if(strstr(buffer, "swsbounce")) {