/external/curl/lib/ |
strequal.h | 27 #define strequal(a,b) curl_strequal(a,b) macro
|
ldap.c | 72 #include "strequal.h" 712 if(strequal(p, "one")) 714 if(strequal(p, "onetree")) 716 if(strequal(p, "base")) 718 if(strequal(p, "sub")) 720 if(strequal( p, "subtree"))
|
formdata.c | 36 #include "strequal.h" 197 if(strequal(filename + 855 if(!strequal("-", newform->line)) { [all...] |
cookie.c | 89 #include "strequal.h" 907 if(file && strequal(file, "-")) { [all...] |
ftp.c | 64 #include "strequal.h" [all...] |
url.c | 91 #include "strequal.h" [all...] |
ssh.c | 75 #include "strequal.h" 670 if(!fingerprint || !strequal(md5buffer, pubkey_md5)) { [all...] |
/external/curl/tests/libtest/ |
libauthretry.c | 28 #include "strequal.h" 74 if (strequal(arg, "basic")) 76 if (strequal(arg, "digest")) 78 if (strequal(arg, "ntlm"))
|
/external/curl/packages/OS400/ |
make-lib.sh | 163 make_module TSTREQUAL strequal.c "'_FORM_DEBUG' 'CURLDEBUG'"
|
/prebuilts/go/darwin-x86/src/runtime/ |
alg.go | 91 alg_STRING: {strhash, strequal}, 225 func strequal(p, q unsafe.Pointer) bool { func
|
/prebuilts/go/linux-x86/src/runtime/ |
alg.go | 91 alg_STRING: {strhash, strequal}, 225 func strequal(p, q unsafe.Pointer) bool { func
|
/external/curl/src/ |
tool_getparam.c | [all...] |