Searched refs:svn_cstring_casecmp (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Doptions.c164 if (svn_cstring_casecmp(key, "dav") == 0)
273 if (svn_cstring_casecmp(key, SVN_DAV_ROOT_URI_HEADER) == 0)
283 else if (svn_cstring_casecmp(key, SVN_DAV_ME_RESOURCE_HEADER) == 0)
295 else if (svn_cstring_casecmp(key, SVN_DAV_REV_STUB_HEADER) == 0)
299 else if (svn_cstring_casecmp(key, SVN_DAV_REV_ROOT_STUB_HEADER) == 0)
303 else if (svn_cstring_casecmp(key, SVN_DAV_TXN_STUB_HEADER) == 0)
307 else if (svn_cstring_casecmp(key, SVN_DAV_TXN_ROOT_STUB_HEADER) == 0)
311 else if (svn_cstring_casecmp(key, SVN_DAV_VTXN_STUB_HEADER) == 0)
315 else if (svn_cstring_casecmp(key, SVN_DAV_VTXN_ROOT_STUB_HEADER) == 0)
319 else if (svn_cstring_casecmp(ke
[all...]
H A Dserf.c127 if (svn_cstring_casecmp("basic", token) == 0)
129 else if (svn_cstring_casecmp("digest", token) == 0)
131 else if (svn_cstring_casecmp("ntlm", token) == 0)
133 else if (svn_cstring_casecmp("negotiate", token) == 0)
530 serf_sess->using_ssl = (svn_cstring_casecmp(url.scheme, "https") == 0);
H A Dcommit.c1174 if (svn_cstring_casecmp(key, SVN_DAV_TXN_NAME_HEADER) == 0)
1184 if (svn_cstring_casecmp(key, SVN_DAV_VTXN_NAME_HEADER) == 0)
H A Dupdate.c981 if (val && svn_cstring_casecmp(val, SVN_SVNDIFF_MIME_TYPE) == 0)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtypes.c196 else if (0 == svn_cstring_casecmp(word, "true")
197 || 0 == svn_cstring_casecmp(word, "yes")
198 || 0 == svn_cstring_casecmp(word, "on")
201 else if (0 == svn_cstring_casecmp(word, "false")
202 || 0 == svn_cstring_casecmp(word, "no")
203 || 0 == svn_cstring_casecmp(word, "off")
H A Dssl_client_cert_pw_providers.c222 if (svn_cstring_casecmp(store_ssl_client_cert_pp_plaintext,
281 else if (svn_cstring_casecmp(store_ssl_client_cert_pp_plaintext,
286 else if (svn_cstring_casecmp(store_ssl_client_cert_pp_plaintext,
H A Dsimple_providers.c366 && svn_cstring_casecmp(store_plaintext_passwords,
432 && svn_cstring_casecmp(store_plaintext_passwords,
438 || svn_cstring_casecmp(store_plaintext_passwords,
H A Dsubst.c333 || (! svn_cstring_casecmp(keyword, SVN_KEYWORD_REVISION_SHORT)))
344 || (! svn_cstring_casecmp(keyword, SVN_KEYWORD_DATE_SHORT)))
354 || (! svn_cstring_casecmp(keyword, SVN_KEYWORD_AUTHOR_SHORT)))
364 || (! svn_cstring_casecmp(keyword, SVN_KEYWORD_URL_SHORT)))
373 else if ((! svn_cstring_casecmp(keyword, SVN_KEYWORD_ID)))
381 else if ((! svn_cstring_casecmp(keyword, SVN_KEYWORD_HEADER)))
H A Dsysinfo.c441 if (0 == svn_cstring_casecmp(key, "Distributor ID"))
443 else if (0 == svn_cstring_casecmp(key, "Description"))
445 else if (0 == svn_cstring_casecmp(key, "Release"))
447 else if (0 == svn_cstring_casecmp(key, "Codename"))
H A Dopt.c492 if (svn_cstring_casecmp(word, "head") == 0)
496 else if (svn_cstring_casecmp(word, "prev") == 0)
500 else if (svn_cstring_casecmp(word, "base") == 0)
504 else if (svn_cstring_casecmp(word, "committed") == 0)
H A Dconfig.c967 if (tmp_value && (0 == svn_cstring_casecmp(tmp_value, SVN_CONFIG_ASK)))
998 else if (0 == svn_cstring_casecmp(tmp_value, unknown_value))
H A Dstring.c1053 svn_cstring_casecmp(const char *str1, const char *str2)
1048 svn_cstring_casecmp(const char *str1, const char *str2) function
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dprops.c102 || svn_cstring_casecmp(propbuf->data, "0") == 0
103 || svn_cstring_casecmp(propbuf->data, "no") == 0
104 || svn_cstring_casecmp(propbuf->data, "off") == 0
105 || svn_cstring_casecmp(propbuf->data, "false") == 0)
H A Dhelp-cmd.c119 if (0 == svn_cstring_casecmp(value, SVN_CONFIG_TRUE))
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_string.h574 svn_cstring_casecmp(const char *str1, const char *str2);

Completed in 131 milliseconds