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 803 if(checkprefix("Negotiate", auth)) {
828 if(checkprefix("NTLM", auth)) {
848 if(checkprefix("NTLM", auth)) {
868 if(checkprefix("Digest", auth)) {
890 if(checkprefix("Basic", auth)) {
    [all...]
http_digest.c 61 if(!checkprefix("Digest", header))
http_proxy.c 454 if((checkprefix("WWW-Authenticate:", line_start) &&
456 (checkprefix("Proxy-authenticate:", line_start) &&
471 else if(checkprefix("Content-Length:", line_start)) {
curl_ntlm.c 73 if(checkprefix("NTLM", header)) {
rtsp.c 746 if(checkprefix("CSeq:", header)) {
759 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 782 !checkprefix("LDAP", conn->data->change.url))
cookie.c 191 /* not using checkprefix() because matching should be case-sensitive */
928 if(checkprefix("Set-Cookie:", line)) {
    [all...]
  /external/curl/src/
tool_operhlp.c 57 if(checkprefix("http://", url) || checkprefix("https://", url))
tool_cb_hdr.c 88 (cb > 20) && checkprefix("Content-disposition:", str)) {
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 416 milliseconds