HomeSort by relevance Sort by last modified time
    Searched refs:checkprefix (Results 1 - 15 of 15) sorted by null

  /external/curl/lib/
rawstr.h 40 /* 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
http.c 786 if(checkprefix("Negotiate", auth)) {
811 if(checkprefix("NTLM", auth)) {
831 if(checkprefix("NTLM", auth)) {
851 if(checkprefix("Digest", auth)) {
873 if(checkprefix("Basic", auth)) {
    [all...]
http_digest.c 60 if(!checkprefix("Digest", header))
http_proxy.c 469 if((checkprefix("WWW-Authenticate:", line_start) &&
471 (checkprefix("Proxy-authenticate:", line_start) &&
486 else if(checkprefix("Content-Length:", line_start)) {
http_ntlm.c 72 if(checkprefix("NTLM", header)) {
rtsp.c 765 if(checkprefix("CSeq:", header)) {
778 else if(checkprefix("Session:", header)) {
url.c     [all...]
security.c 84 if(checkprefix(name, level_names[i].name))
tftp.c 352 if(checkprefix(option, TFTP_OPTION_BLKSIZE)) {
384 else if(checkprefix(option, TFTP_OPTION_TSIZE)) {
    [all...]
ldap.c 781 !checkprefix("LDAP", conn->data->change.url))
cookie.c 195 /* not using checkprefix() because matching should be case-sensitive */
961 if(checkprefix("Set-Cookie:", line)) {
    [all...]
  /external/curl/src/
tool_cb_hdr.c 92 (cb > 20) && checkprefix("Content-disposition:", str) &&
94 url && (checkprefix("http://", url) || checkprefix("https://", url))) {
tool_operhlp.c 58 if(checkprefix("http://", url) || checkprefix("https://", url))
tool_formparse.c 202 if(checkprefix("type=", ptr)) {
225 if(!checkprefix(";filename=", sep)) {
237 else if(checkprefix("filename=", ptr)) {
tool_operate.c     [all...]

Completed in 498 milliseconds