Lines Matching refs:strncasecmp
133 strncasecmp(s, "host", sizeof("host")-1) != 0) && in http_context_headers()
135 strncasecmp(s, "connection", sizeof("connection")-1) != 0) && in http_context_headers()
137 strncasecmp(s, "user-agent", sizeof("user-agent")-1) != 0) && in http_context_headers()
139 strncasecmp(s, "content-length", sizeof("content-length")-1) != 0) && in http_context_headers()
141 strncasecmp(s, "content-type", sizeof("content-type")-1) != 0) && in http_context_headers()
144 strncasecmp(s, "cookie", sizeof("cookie")-1) != 0) && in http_context_headers()
147 strncasecmp(s, "authorization", sizeof("authorization")-1) != 0) && in http_context_headers()
150 strncasecmp(s, "proxy-authorization", sizeof("proxy-authorization")-1) != 0)) { in http_context_headers()
1029 if (strncasecmp(connection, "close", sizeof("close")-1) == 0) { in make_http_soap_request()
1038 if (strncasecmp(connection, "close", sizeof("close")-1) == 0) { in make_http_soap_request()
1049 if (strncasecmp(connection, "Keep-Alive", sizeof("Keep-Alive")-1) == 0) { in make_http_soap_request()
1058 if (strncasecmp(connection, "Keep-Alive", sizeof("Keep-Alive")-1) == 0) { in make_http_soap_request()
1349 if (strncasecmp(pos, type, typelen) == 0) { in get_http_header_value()
1383 if(!strncasecmp(header, "close", sizeof("close")-1)) header_close = 1; in get_http_body()
1389 if(!strncasecmp(header, "chunked", sizeof("chunked")-1)) header_chunked = 1; in get_http_body()