Home
last modified time | relevance | path

Searched refs:curl_strequal (Results 1 – 22 of 22) sorted by relevance

/external/curl/tests/unit/
Dunit1301.c33 rc = curl_strequal("iii", "III");
36 rc = curl_strequal("iiia", "III");
39 rc = curl_strequal("iii", "IIIa");
42 rc = curl_strequal("iiiA", "IIIa");
Dunit1609.c180 if(!curl_strequal(ipaddress, tests[i].address[j])) {
Dunit1607.c175 if(!curl_strequal(ipaddress, tests[i].address[j])) {
/external/curl/src/
Dtool_paramhlp.c332 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()
Dtool_helpers.c113 else if(curl_strequal(method, dflt[req])) { in customrequest_helper()
117 else if(curl_strequal(method, "head")) { in customrequest_helper()
Dtool_help.c881 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()
Dtool_metalink.c687 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()
Dtool_libinfo.c92 if(curl_strequal(*proto, p->proto_name)) { in get_libcurl_info()
Dtool_getparam.c545 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()
Dtool_writeout.c140 if(curl_strequal(ptr, variables[i].name)) { in ourWriteOut()
Dtool_operate.c2540 (!curl_strequal(first_arg, "-q") && in operate()
2541 !curl_strequal(first_arg, "--disable"))) { in operate()
/external/curl/tests/libtest/
Dlibauthretry.c74 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/
DMakefile.inc90 curl_strequal.3 \
/external/curl/lib/
Dstrcase.c256 int curl_strequal(const char *first, const char *second) in curl_strequal() function
Dmime.c1859 if(disposition && curl_strequal(disposition, "attachment") && in Curl_mime_prepare_headers()
/external/curl/packages/vms/
Dgnv_libcurl_symbols.opt60 SYMBOL_VECTOR=(curl_strequal=PROCEDURE)
61 SYMBOL_VECTOR=(CURL_STREQUAL/curl_strequal=PROCEDURE)
Dpcsi_gnv_curl_file_list.txt117 [gnv.usr.share.man.man3]curl_strequal.3
/external/curl/tests/data/
Dtest113531 CURL_EXTERN int curl_strequal(const char *s1, const char *s2);
/external/google-breakpad/src/third_party/curl/
Dcurl.h1381 CURL_EXTERN int (curl_strequal)(const char *s1, const char *s2); variable
/external/curl/include/curl/
Dcurl.h2186 CURL_EXTERN int curl_strequal(const char *s1, const char *s2);
/external/curl/packages/OS400/
Dcurl.inc.in2268 d curl_strequal pr 10i 0 extproc('curl_strequal')
/external/curl/docs/
DTODO1335 curl_strequal