Lines Matching refs:strncasecmp
135 strncasecmp(s, "host", sizeof("host")-1) != 0) && in http_context_headers()
137 strncasecmp(s, "connection", sizeof("connection")-1) != 0) && in http_context_headers()
139 strncasecmp(s, "user-agent", sizeof("user-agent")-1) != 0) && in http_context_headers()
141 strncasecmp(s, "content-length", sizeof("content-length")-1) != 0) && in http_context_headers()
143 strncasecmp(s, "content-type", sizeof("content-type")-1) != 0) && in http_context_headers()
146 strncasecmp(s, "cookie", sizeof("cookie")-1) != 0) && in http_context_headers()
149 strncasecmp(s, "authorization", sizeof("authorization")-1) != 0) && in http_context_headers()
152 strncasecmp(s, "proxy-authorization", sizeof("proxy-authorization")-1) != 0)) { in http_context_headers()
1031 if (strncasecmp(connection, "close", sizeof("close")-1) == 0) { in make_http_soap_request()
1040 if (strncasecmp(connection, "close", sizeof("close")-1) == 0) { in make_http_soap_request()
1051 if (strncasecmp(connection, "Keep-Alive", sizeof("Keep-Alive")-1) == 0) { in make_http_soap_request()
1060 if (strncasecmp(connection, "Keep-Alive", sizeof("Keep-Alive")-1) == 0) { in make_http_soap_request()
1347 if (strncasecmp(pos, type, typelen) == 0) { in get_http_header_value()
1380 if(!strncasecmp(header, "close", sizeof("close")-1)) header_close = 1; in get_http_body()
1386 if(!strncasecmp(header, "chunked", sizeof("chunked")-1)) header_chunked = 1; in get_http_body()