/external/curl/tests/unit/ |
D | unit1301.c | 33 rc = curl_strequal("iii", "III"); 36 rc = curl_strequal("iiia", "III"); 39 rc = curl_strequal("iii", "IIIa"); 42 rc = curl_strequal("iiiA", "IIIa");
|
D | unit1609.c | 180 if(!curl_strequal(ipaddress, tests[i].address[j])) {
|
D | unit1607.c | 175 if(!curl_strequal(ipaddress, tests[i].address[j])) {
|
/external/curl/src/ |
D | tool_paramhlp.c | 332 if(curl_strequal(token, pp->name)) { in proto2num() 375 if(curl_strequal(*pp, str)) in check_protocol() 483 if(curl_strequal("singlecwd", str)) in ftpfilemethod() 485 if(curl_strequal("nocwd", str)) in ftpfilemethod() 487 if(curl_strequal("multicwd", str)) in ftpfilemethod() 498 if(curl_strequal("passive", str)) in ftpcccmethod() 500 if(curl_strequal("active", str)) in ftpcccmethod() 511 if(curl_strequal("none", str)) in delegation() 513 if(curl_strequal("policy", str)) in delegation() 515 if(curl_strequal("always", str)) in delegation()
|
D | tool_helpers.c | 113 else if(curl_strequal(method, dflt[req])) { in customrequest_helper() 117 else if(curl_strequal(method, "head")) { in customrequest_helper()
|
D | tool_help.c | 881 if(curl_strequal(categories[i].opt, category)) { in get_category_content() 911 else if(curl_strequal(category, "all")) in tool_help() 915 else if(curl_strequal(category, "category")) in tool_help()
|
D | tool_metalink.c | 687 if(curl_strequal(digest_alias->alias_name, (*p)->type) && in new_metalinkfile() 717 curl_strequal((*p)->type, "http") || in new_metalinkfile() 718 curl_strequal((*p)->type, "https") || in new_metalinkfile() 719 curl_strequal((*p)->type, "ftp") || in new_metalinkfile() 720 curl_strequal((*p)->type, "ftps")) { in new_metalinkfile()
|
D | tool_libinfo.c | 92 if(curl_strequal(*proto, p->proto_name)) { in get_libcurl_info()
|
D | tool_getparam.c | 545 if(curl_strequal(aliases[j].lname, word)) { in getparameter() 1553 if(config->engine && curl_strequal(config->engine, "list")) in getparameter() 1585 if(!curl_strequal(config->tls_authtype, "SRP")) in getparameter() 1643 if(!curl_strequal(config->proxy_tls_authtype, "SRP")) in getparameter()
|
D | tool_writeout.c | 140 if(curl_strequal(ptr, variables[i].name)) { in ourWriteOut()
|
D | tool_operate.c | 2540 (!curl_strequal(first_arg, "-q") && in operate() 2541 !curl_strequal(first_arg, "--disable"))) { in operate()
|
/external/curl/tests/libtest/ |
D | libauthretry.c | 74 if(curl_strequal(arg, "basic")) in parse_auth_name() 76 if(curl_strequal(arg, "digest")) in parse_auth_name() 78 if(curl_strequal(arg, "ntlm")) in parse_auth_name()
|
/external/curl/docs/libcurl/ |
D | Makefile.inc | 90 curl_strequal.3 \
|
/external/curl/lib/ |
D | strcase.c | 256 int curl_strequal(const char *first, const char *second) in curl_strequal() function
|
D | mime.c | 1859 if(disposition && curl_strequal(disposition, "attachment") && in Curl_mime_prepare_headers()
|
/external/curl/packages/vms/ |
D | gnv_libcurl_symbols.opt | 60 SYMBOL_VECTOR=(curl_strequal=PROCEDURE) 61 SYMBOL_VECTOR=(CURL_STREQUAL/curl_strequal=PROCEDURE)
|
D | pcsi_gnv_curl_file_list.txt | 117 [gnv.usr.share.man.man3]curl_strequal.3
|
/external/curl/tests/data/ |
D | test1135 | 31 CURL_EXTERN int curl_strequal(const char *s1, const char *s2);
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 1381 CURL_EXTERN int (curl_strequal)(const char *s1, const char *s2); variable
|
/external/curl/include/curl/ |
D | curl.h | 2186 CURL_EXTERN int curl_strequal(const char *s1, const char *s2);
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 2268 d curl_strequal pr 10i 0 extproc('curl_strequal')
|
/external/curl/docs/ |
D | TODO | 1335 curl_strequal
|