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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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.c742 if(checkprefix("GSS-Negotiate", auth) ||
743 checkprefix("Negotiate", auth)) {
775 if(checkprefix("NTLM", auth)) {
796 if(checkprefix("NTLM", auth)) {
816 if(checkprefix("Digest", auth)) {
839 if(checkprefix("Basic", auth)) {
1540 checkprefix("Host:", headers->data))
1544 checkprefix("Content-Type:", headers->data))
1549 checkprefix("Content-Length", headers->data))
1554 checkprefix("Connectio
[all...]
H A Dhttp_negotiate.c148 if(checkprefix("GSS-Negotiate", header)) {
152 else if(checkprefix("Negotiate", header)) {
196 if(checkprefix("Negotiate", header)) {
283 if(checkprefix("Negotiate", neg_ctx->protocol)) {
H A Dhttp_negotiate_sspi.c101 if(checkprefix("GSS-Negotiate", header)) {
105 else if(checkprefix("Negotiate", header)) {
H A Dhttp_proxy.c451 if((checkprefix("WWW-Authenticate:", line_start) &&
453 (checkprefix("Proxy-authenticate:", line_start) &&
468 else if(checkprefix("Content-Length:", line_start)) {
H A Dcurl_ntlm.c80 if(checkprefix("NTLM", header)) {
H A Drtsp.c749 if(checkprefix("CSeq:", header)) {
762 else if(checkprefix("Session:", header)) {
H A Dhttp_digest.c144 if(checkprefix("Digest", header)) {
H A Durl.c1170 if(checkprefix("Set-Cookie:", argptr))
3815 if(checkprefix("FTP.", conn->host.name))
3817 else if(checkprefix("DICT.", conn->host.name))
3819 else if(checkprefix("LDAP.", conn->host.name))
3821 else if(checkprefix("IMAP.", conn->host.name))
3823 else if(checkprefix("SMTP.", conn->host.name))
3825 else if(checkprefix("POP3.", conn->host.name))
4286 if(checkprefix("socks5h", proxy))
4288 else if(checkprefix("socks5", proxy))
4290 else if(checkprefix("socks4
[all...]
H A Dsecurity.c84 if(checkprefix(name, level_names[i].name))
H A Dtftp.c355 if(checkprefix(option, TFTP_OPTION_BLKSIZE)) {
387 else if(checkprefix(option, TFTP_OPTION_TSIZE)) {
H A Dldap.c590 !checkprefix("LDAP", conn->data->change.url))
H A Dcookie.c199 /* not using checkprefix() because matching should be case-sensitive */
896 if(checkprefix("Set-Cookie:", line)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_operhlp.c57 if(checkprefix("http://", url) || checkprefix("https://", url))
H A Dtool_cb_hdr.c87 (cb > 20) && checkprefix("Content-disposition:", str)) {
H A Dtool_formparse.c202 if(checkprefix("type=", ptr)) {
224 if(!checkprefix(";filename=", sep)) {
236 else if(checkprefix("filename=", ptr)) {
H A Dtool_operate.c1270 && (checkprefix("http://", this_url) ||
1271 checkprefix("https://", this_url)))
1398 checkprefix("http", effective_url)) {

Completed in 140 milliseconds