Searched refs:strequal (Results 1 – 16 of 16) sorted by relevance
/external/curl/tests/libtest/ |
D | libauthretry.c | 74 if (strequal(arg, "basic")) in parse_auth_name() 76 if (strequal(arg, "digest")) in parse_auth_name() 78 if (strequal(arg, "ntlm")) in parse_auth_name()
|
/external/curl/tests/server/ |
D | Makefile.inc | 6 ../../lib/strequal.c \ 14 ../../lib/strequal.h \
|
D | CMakeLists.txt | 50 # ${CURL_SOURCE_DIR}/lib/strequal.c
|
/external/curl/lib/ |
D | strequal.h | 27 #define strequal(a,b) curl_strequal(a,b) macro
|
D | ldap.c | 712 if(strequal(p, "one")) in str2scope() 714 if(strequal(p, "onetree")) in str2scope() 716 if(strequal(p, "base")) in str2scope() 718 if(strequal(p, "sub")) in str2scope() 720 if(strequal( p, "subtree")) in str2scope()
|
D | Makefile.inc | 34 getinfo.c transfer.c strequal.c easy.c security.c curl_fnmatch.c \ 54 strequal.h curl_sec.h memdebug.h http_chunks.h curl_fnmatch.h \
|
D | formdata.c | 197 if(strequal(filename + in ContentTypeForFilename() 855 if(!strequal("-", newform->line)) { in AddFormData() 1258 fileread = strequal("-", file->contents)? in Curl_getformdata()
|
D | cookie.c | 907 if(file && strequal(file, "-")) { in Curl_cookie_init() 1258 if(strequal("-", dumphere)) { in cookie_output()
|
D | Makefile.vc6 | 626 $(DIROBJ)\strequal.obj \
|
D | ftp.c | 2979 if(strequal(os, "OS/400")) { in ftp_statemach_act() 4304 if(strequal(path_to_use, "/")) { in ftp_parse_url_path()
|
D | url.c | 3272 if(!strequal(needle->user, check->user) || in ConnectionExists() 3273 !strequal(needle->passwd, check->passwd)) { in ConnectionExists()
|
D | ssh.c | 670 if(!fingerprint || !strequal(md5buffer, pubkey_md5)) { in ssh_check_fingerprint()
|
/external/curl/packages/OS400/ |
D | make-lib.sh | 163 make_module TSTREQUAL strequal.c "'_FORM_DEBUG' 'CURLDEBUG'"
|
/external/curl/packages/Symbian/group/ |
D | libcurl.mmp | 27 netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c \
|
/external/curl/src/ |
D | tool_getparam.c | 1361 if(!strequal(config->tls_authtype, "SRP")) in getparameter()
|
/external/curl/ |
D | CHANGES.0 | 11338 - Removed the strequal and strnequal defines from curl/curl.h header. They 13767 own portable version named strequal() that should be used! 15750 - Rich Gray spotted a problem in src/setup.h caused by a #define strequal() 15751 that was just a left-over from passed times. The strequal() is now a true 15950 lib/strequal.c had a bad #ifdef for one of the string comparisons (win32) 16068 - I had to add a lib/strequal.c file for doing case insensitive string 17432 of strequal()...
|