HomeSort by relevance Sort by last modified time
    Searched refs:strcasecompare (Results 1 - 25 of 27) sorted by null

1 2

  /external/curl/lib/
netrc.c 135 if(strcasecompare("machine", tok)) {
142 else if(strcasecompare("default", tok)) {
148 if(strcasecompare(host, tok)) {
161 state_our_login = strcasecompare(*loginp, tok);
184 else if(strcasecompare("login", tok))
186 else if(strcasecompare("password", tok))
188 else if(strcasecompare("machine", tok)) {
hostcheck.c 86 return strcasecompare(pattern, hostname) ?
107 return strcasecompare(pattern, hostname) ?
112 !strcasecompare(pattern_label_end, hostname_label_end))
strcase.h 35 #define strcasecompare(a,b) Curl_strcasecompare(a,b) macro
if2ip.c 107 if(strcasecompare(iface->ifa_name, interf)) {
137 if(strcasecompare(iface->ifa_name, interf)) {
185 strcasecompare(iface->ifa_name, interf)) {
cookie.c 128 if(!strcasecompare(cooke_domain, hostname + hostname_len-cookie_domain_len))
486 if(strcasecompare("secure", name))
488 else if(strcasecompare("httponly", name))
496 else if(strcasecompare("path", name)) {
509 else if(strcasecompare("domain", name)) {
528 if(!dotp && !strcasecompare("localhost", whatptr))
556 else if(strcasecompare("version", name)) {
563 else if(strcasecompare("max-age", name)) {
579 else if(strcasecompare("expires", name)) {
744 co->tailmatch = strcasecompare(ptr, "TRUE")?TRUE:FALSE
    [all...]
parsedate.c 212 if(strcasecompare(check, what[0])) {
229 if(strcasecompare(check, what[0])) {
249 if(strcasecompare(check, what->name)) {
imap.c 278 (!strcasecompare(imap->custom, "STORE") ||
280 !strcasecompare(imap->custom, "SELECT") &&
281 !strcasecompare(imap->custom, "EXAMINE") &&
282 !strcasecompare(imap->custom, "SEARCH") &&
283 !strcasecompare(imap->custom, "EXPUNGE") &&
284 !strcasecompare(imap->custom, "LSUB") &&
285 !strcasecompare(imap->custom, "UID") &&
286 !strcasecompare(imap->custom, "NOOP")))
1063 !strcasecompare(imap->uidvalidity, imapc->mailbox_uidvalidity)) {
    [all...]
ldap.c 352 (strcasecompare(data->set.ssl.cert_type, "DER")))
393 (!strcasecompare(data->set.ssl.cert_type, "PEM"))) {
782 if(strcasecompare(p, "one"))
784 if(strcasecompare(p, "onetree"))
786 if(strcasecompare(p, "base"))
788 if(strcasecompare(p, "sub"))
790 if(strcasecompare(p, "subtree"))
x509asn1.c 184 if(!strcmp(op->numoid, oid) || strcasecompare(op->textoid, oid))
830 if(strcasecompare(algo, "rsaEncryption")) {
855 else if(strcasecompare(algo, "dsa")) {
864 else if(strcasecompare(algo, "dhpublicnumber")) {
872 else if(strcasecompare(algo, "ecPublicKey")) {
    [all...]
pipeline.c 179 if(strcasecompare(site->hostname, conn->host.name) &&
telnet.c 851 if(strcasecompare(option_keyword, "TTYPE")) {
859 if(strcasecompare(option_keyword, "XDISPLOC")) {
867 if(strcasecompare(option_keyword, "NEW_ENV")) {
879 if(strcasecompare(option_keyword, "WS")) {
892 if(strcasecompare(option_keyword, "BINARY")) {
    [all...]
mime.c     [all...]
setopt.c 739 if(strcasecompare(argptr, "ALL")) {
745 else if(strcasecompare(argptr, "SESS")) {
751 else if(strcasecompare(argptr, "FLUSH")) {
755 else if(strcasecompare(argptr, "RELOAD")) {
    [all...]
url.c     [all...]
content_encoding.c 762 if(!strcasecompare(ce->name, CONTENT_ENCODING_DEFAULT))
774 if(!strcasecompare(ce->name, CONTENT_ENCODING_DEFAULT)) {
formdata.c 197 if(strcasecompare(filename +
http.c 718 strcasecompare(data->state.first_host, conn->host.name)) {
    [all...]
ssh.c 603 if(!fingerprint || !strcasecompare(md5buffer, pubkey_md5)) {
    [all...]
  /external/curl/lib/vauth/
digest.c 232 if(strcasecompare(token, DIGEST_QOP_VALUE_STRING_AUTH))
234 else if(strcasecompare(token, DIGEST_QOP_VALUE_STRING_AUTH_INT))
236 else if(strcasecompare(token, DIGEST_QOP_VALUE_STRING_AUTH_CONF))
547 if(strcasecompare(value, "nonce")) {
553 else if(strcasecompare(value, "stale")) {
554 if(strcasecompare(content, "true")) {
559 else if(strcasecompare(value, "realm")) {
565 else if(strcasecompare(value, "opaque")) {
571 else if(strcasecompare(value, "qop")) {
581 if(strcasecompare(token, DIGEST_QOP_VALUE_STRING_AUTH))
    [all...]
digest_sspi.c 280 if(strcasecompare(value, "realm")) {
355 if(strcasecompare(value, "stale") &&
356 strcasecompare(content, "true")) {
  /external/curl/lib/vtls/
vtls.c 338 if(strcasecompare(name, check->name) &&
341 strcasecompare(conn->conn_to_host.name, check->conn_to_host))) &&
346 strcasecompare(conn->handler->scheme, check->scheme) &&
    [all...]
cyassl.c 139 if(strcasecompare(type, "PEM"))
141 if(strcasecompare(type, "DER"))
openssl.c 484 if(strcasecompare(type, "PEM"))
486 if(strcasecompare(type, "DER"))
488 if(strcasecompare(type, "ENG"))
490 if(strcasecompare(type, "P12"))
    [all...]
gtls.c 381 if(strcasecompare(type, "PEM"))
383 if(strcasecompare(type, "DER"))
    [all...]
nss.c 285 if(strcasecompare(cipher, cipherlist[i].name)) {
    [all...]

Completed in 343 milliseconds

1 2