Home
last modified time | relevance | path

Searched refs:strequal (Results 1 – 16 of 16) sorted by relevance

/external/curl/tests/libtest/
Dlibauthretry.c74 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/
DMakefile.inc6 ../../lib/strequal.c \
14 ../../lib/strequal.h \
DCMakeLists.txt50 # ${CURL_SOURCE_DIR}/lib/strequal.c
/external/curl/lib/
Dstrequal.h27 #define strequal(a,b) curl_strequal(a,b) macro
Dldap.c712 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()
DMakefile.inc34 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 \
Dformdata.c197 if(strequal(filename + in ContentTypeForFilename()
855 if(!strequal("-", newform->line)) { in AddFormData()
1258 fileread = strequal("-", file->contents)? in Curl_getformdata()
Dcookie.c907 if(file && strequal(file, "-")) { in Curl_cookie_init()
1258 if(strequal("-", dumphere)) { in cookie_output()
DMakefile.vc6626 $(DIROBJ)\strequal.obj \
Dftp.c2979 if(strequal(os, "OS/400")) { in ftp_statemach_act()
4304 if(strequal(path_to_use, "/")) { in ftp_parse_url_path()
Durl.c3272 if(!strequal(needle->user, check->user) || in ConnectionExists()
3273 !strequal(needle->passwd, check->passwd)) { in ConnectionExists()
Dssh.c670 if(!fingerprint || !strequal(md5buffer, pubkey_md5)) { in ssh_check_fingerprint()
/external/curl/packages/OS400/
Dmake-lib.sh163 make_module TSTREQUAL strequal.c "'_FORM_DEBUG' 'CURLDEBUG'"
/external/curl/packages/Symbian/group/
Dlibcurl.mmp27 netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c \
/external/curl/src/
Dtool_getparam.c1361 if(!strequal(config->tls_authtype, "SRP")) in getparameter()
/external/curl/
DCHANGES.011338 - 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()...