Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Doptions.c162 if (svn_cstring_casecmp(key, "dav") == 0) in capabilities_headers_iterator_callback()
271 if (svn_cstring_casecmp(key, SVN_DAV_ROOT_URI_HEADER) == 0) in capabilities_headers_iterator_callback()
281 else if (svn_cstring_casecmp(key, SVN_DAV_ME_RESOURCE_HEADER) == 0) in capabilities_headers_iterator_callback()
293 else if (svn_cstring_casecmp(key, SVN_DAV_REV_STUB_HEADER) == 0) in capabilities_headers_iterator_callback()
301 else if (svn_cstring_casecmp(key, SVN_DAV_TXN_STUB_HEADER) == 0) in capabilities_headers_iterator_callback()
309 else if (svn_cstring_casecmp(key, SVN_DAV_VTXN_STUB_HEADER) == 0) in capabilities_headers_iterator_callback()
317 else if (svn_cstring_casecmp(key, SVN_DAV_REPOS_UUID_HEADER) == 0) in capabilities_headers_iterator_callback()
321 else if (svn_cstring_casecmp(key, SVN_DAV_YOUNGEST_REV_HEADER) == 0) in capabilities_headers_iterator_callback()
325 else if (svn_cstring_casecmp(key, SVN_DAV_ALLOW_BULK_UPDATES) == 0) in capabilities_headers_iterator_callback()
345 if (svn_cstring_casecmp(val, "yes") == 0) in capabilities_headers_iterator_callback()
[all …]
H A Dserf.c125 if (svn_cstring_casecmp("basic", token) == 0) in load_http_auth_types()
127 else if (svn_cstring_casecmp("digest", token) == 0) in load_http_auth_types()
129 else if (svn_cstring_casecmp("ntlm", token) == 0) in load_http_auth_types()
131 else if (svn_cstring_casecmp("negotiate", token) == 0) in load_http_auth_types()
528 serf_sess->using_ssl = (svn_cstring_casecmp(url.scheme, "https") == 0); in svn_ra_serf__open()
H A Dcommit.c1173 if (svn_cstring_casecmp(key, SVN_DAV_TXN_NAME_HEADER) == 0) in post_headers_iterator_callback()
1183 if (svn_cstring_casecmp(key, SVN_DAV_VTXN_NAME_HEADER) == 0) in post_headers_iterator_callback()
H A Dupdate.c977 if (val && svn_cstring_casecmp(val, SVN_SVNDIFF_MIME_TYPE) == 0) in handle_fetch()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dtypes.c196 else if (0 == svn_cstring_casecmp(word, "true") in svn_tristate__from_word()
197 || 0 == svn_cstring_casecmp(word, "yes") in svn_tristate__from_word()
198 || 0 == svn_cstring_casecmp(word, "on") in svn_tristate__from_word()
201 else if (0 == svn_cstring_casecmp(word, "false") in svn_tristate__from_word()
202 || 0 == svn_cstring_casecmp(word, "no") in svn_tristate__from_word()
203 || 0 == svn_cstring_casecmp(word, "off") in svn_tristate__from_word()
H A Dssl_client_cert_pw_providers.c221 if (svn_cstring_casecmp(store_ssl_client_cert_pp_plaintext, in svn_auth__ssl_client_cert_pw_cache_set()
280 else if (svn_cstring_casecmp(store_ssl_client_cert_pp_plaintext, in svn_auth__ssl_client_cert_pw_cache_set()
285 else if (svn_cstring_casecmp(store_ssl_client_cert_pp_plaintext, in svn_auth__ssl_client_cert_pw_cache_set()
H A Dsimple_providers.c363 && svn_cstring_casecmp(store_plaintext_passwords, in svn_auth__simple_creds_cache_set()
429 && svn_cstring_casecmp(store_plaintext_passwords, in svn_auth__simple_creds_cache_set()
435 || svn_cstring_casecmp(store_plaintext_passwords, in svn_auth__simple_creds_cache_set()
H A Dopt.c488 if (svn_cstring_casecmp(word, "head") == 0) in revision_from_word()
492 else if (svn_cstring_casecmp(word, "prev") == 0) in revision_from_word()
496 else if (svn_cstring_casecmp(word, "base") == 0) in revision_from_word()
500 else if (svn_cstring_casecmp(word, "committed") == 0) in revision_from_word()
H A Dsubst.c331 || (! svn_cstring_casecmp(keyword, SVN_KEYWORD_REVISION_SHORT))) in build_keywords()
342 || (! svn_cstring_casecmp(keyword, SVN_KEYWORD_DATE_SHORT))) in build_keywords()
352 || (! svn_cstring_casecmp(keyword, SVN_KEYWORD_AUTHOR_SHORT))) in build_keywords()
362 || (! svn_cstring_casecmp(keyword, SVN_KEYWORD_URL_SHORT))) in build_keywords()
371 else if ((! svn_cstring_casecmp(keyword, SVN_KEYWORD_ID))) in build_keywords()
379 else if ((! svn_cstring_casecmp(keyword, SVN_KEYWORD_HEADER))) in build_keywords()
H A Dsysinfo.c438 if (0 == svn_cstring_casecmp(key, "Distributor ID")) in lsb_release()
440 else if (0 == svn_cstring_casecmp(key, "Description")) in lsb_release()
442 else if (0 == svn_cstring_casecmp(key, "Release")) in lsb_release()
444 else if (0 == svn_cstring_casecmp(key, "Codename")) in lsb_release()
H A Dconfig.c956 if (tmp_value && (0 == svn_cstring_casecmp(tmp_value, SVN_CONFIG_ASK))) in svn_config_get_yes_no_ask()
987 else if (0 == svn_cstring_casecmp(tmp_value, unknown_value)) in svn_config_get_tristate()
H A Dstring.c1048 svn_cstring_casecmp(const char *str1, const char *str2) in svn_cstring_casecmp() function
/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dprops.c100 || svn_cstring_casecmp(propbuf->data, "0") == 0 in svn_cl__check_boolean_prop_val()
101 || svn_cstring_casecmp(propbuf->data, "no") == 0 in svn_cl__check_boolean_prop_val()
102 || svn_cstring_casecmp(propbuf->data, "off") == 0 in svn_cl__check_boolean_prop_val()
103 || svn_cstring_casecmp(propbuf->data, "false") == 0) in svn_cl__check_boolean_prop_val()
H A Dhelp-cmd.c117 if (0 == svn_cstring_casecmp(value, SVN_CONFIG_TRUE)) in svn_cl__help()
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_string.h570 svn_cstring_casecmp(const char *str1, const char *str2);