Searched refs:checkprefix (Results 1 - 25 of 42) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Drawstr.h40 /* checkprefix() is a shorter version of the above, used when the first
42 #define checkprefix(a,b) Curl_raw_nequal(a,b,strlen(a)) macro
H A Dhttp.c734 if(checkprefix("GSS-Negotiate", start) ||
735 checkprefix("Negotiate", start)) {
766 if(checkprefix("NTLM", start)) {
785 if(checkprefix("Digest", start)) {
807 if(checkprefix("Basic", start)) {
1515 checkprefix("Host:", headers->data))
1519 checkprefix("Content-Type:", headers->data))
1524 checkprefix("Content-Length", headers->data))
1529 checkprefix("Connection", headers->data))
1876 if(checkprefix("ft
[all...]
H A Dhttp_negotiate.c149 if(checkprefix("GSS-Negotiate", header)) {
153 else if(checkprefix("Negotiate", header)) {
195 if(checkprefix("Negotiate", header)) {
284 if(checkprefix("Negotiate", neg_ctx->protocol)) {
H A Dhttp_proxy.c419 if((checkprefix("WWW-Authenticate:", line_start) &&
421 (checkprefix("Proxy-authenticate:", line_start) &&
428 else if(checkprefix("Content-Length:", line_start)) {
H A Dhttp_negotiate_sspi.c103 if(checkprefix("GSS-Negotiate", header)) {
107 else if(checkprefix("Negotiate", header)) {
H A Drtsp.c746 if(checkprefix("CSeq:", header)) {
764 else if(checkprefix("Session:", header)) {
H A Dhttp_digest.c153 if(checkprefix("Digest", header)) {
H A Dsecurity.c86 if(checkprefix(name, level_names[i].name))
H A Durl.c1357 if(checkprefix("Set-Cookie:", argptr))
3729 if(checkprefix("FTP.", conn->host.name))
3731 else if(checkprefix("DICT.", conn->host.name))
3733 else if(checkprefix("LDAP.", conn->host.name))
3735 else if(checkprefix("IMAP.", conn->host.name))
4093 if(checkprefix("socks5h", proxy))
4095 else if(checkprefix("socks5", proxy))
4097 else if(checkprefix("socks4a", proxy))
4099 else if(checkprefix("socks4", proxy))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Drawstr.h40 /* checkprefix() is a shorter version of the above, used when the first
42 #define checkprefix(a,b) Curl_raw_nequal(a,b,strlen(a)) macro
H A Dhttp.c734 if(checkprefix("GSS-Negotiate", start) ||
735 checkprefix("Negotiate", start)) {
766 if(checkprefix("NTLM", start)) {
785 if(checkprefix("Digest", start)) {
807 if(checkprefix("Basic", start)) {
1515 checkprefix("Host:", headers->data))
1519 checkprefix("Content-Type:", headers->data))
1524 checkprefix("Content-Length", headers->data))
1529 checkprefix("Connection", headers->data))
1876 if(checkprefix("ft
[all...]
H A Dhttp_negotiate.c149 if(checkprefix("GSS-Negotiate", header)) {
153 else if(checkprefix("Negotiate", header)) {
195 if(checkprefix("Negotiate", header)) {
284 if(checkprefix("Negotiate", neg_ctx->protocol)) {
H A Dhttp_proxy.c419 if((checkprefix("WWW-Authenticate:", line_start) &&
421 (checkprefix("Proxy-authenticate:", line_start) &&
428 else if(checkprefix("Content-Length:", line_start)) {
H A Dhttp_negotiate_sspi.c103 if(checkprefix("GSS-Negotiate", header)) {
107 else if(checkprefix("Negotiate", header)) {
H A Drtsp.c746 if(checkprefix("CSeq:", header)) {
764 else if(checkprefix("Session:", header)) {
H A Dhttp_digest.c153 if(checkprefix("Digest", header)) {
H A Dsecurity.c86 if(checkprefix(name, level_names[i].name))
H A Durl.c1357 if(checkprefix("Set-Cookie:", argptr))
3729 if(checkprefix("FTP.", conn->host.name))
3731 else if(checkprefix("DICT.", conn->host.name))
3733 else if(checkprefix("LDAP.", conn->host.name))
3735 else if(checkprefix("IMAP.", conn->host.name))
4093 if(checkprefix("socks5h", proxy))
4095 else if(checkprefix("socks5", proxy))
4097 else if(checkprefix("socks4a", proxy))
4099 else if(checkprefix("socks4", proxy))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Drawstr.h40 /* checkprefix() is a shorter version of the above, used when the first
42 #define checkprefix(a,b) Curl_raw_nequal(a,b,strlen(a)) macro
H A Dhttp.c734 if(checkprefix("GSS-Negotiate", start) ||
735 checkprefix("Negotiate", start)) {
766 if(checkprefix("NTLM", start)) {
785 if(checkprefix("Digest", start)) {
807 if(checkprefix("Basic", start)) {
1515 checkprefix("Host:", headers->data))
1519 checkprefix("Content-Type:", headers->data))
1524 checkprefix("Content-Length", headers->data))
1529 checkprefix("Connection", headers->data))
1876 if(checkprefix("ft
[all...]
H A Dhttp_negotiate.c149 if(checkprefix("GSS-Negotiate", header)) {
153 else if(checkprefix("Negotiate", header)) {
195 if(checkprefix("Negotiate", header)) {
284 if(checkprefix("Negotiate", neg_ctx->protocol)) {
H A Dhttp_proxy.c419 if((checkprefix("WWW-Authenticate:", line_start) &&
421 (checkprefix("Proxy-authenticate:", line_start) &&
428 else if(checkprefix("Content-Length:", line_start)) {
H A Dhttp_negotiate_sspi.c103 if(checkprefix("GSS-Negotiate", header)) {
107 else if(checkprefix("Negotiate", header)) {
H A Drtsp.c746 if(checkprefix("CSeq:", header)) {
764 else if(checkprefix("Session:", header)) {
H A Dhttp_digest.c153 if(checkprefix("Digest", header)) {

Completed in 136 milliseconds

12