Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c106 const char *http_auth_types = NULL; in load_http_auth_types() local
109 svn_config_get(config, &http_auth_types, SVN_CONFIG_SECTION_GLOBAL, in load_http_auth_types()
114 svn_config_get(config, &http_auth_types, server_group, in load_http_auth_types()
115 SVN_CONFIG_OPTION_HTTP_AUTH_TYPES, http_auth_types); in load_http_auth_types()
118 if (http_auth_types) in load_http_auth_types()
121 char *auth_types_list = apr_palloc(pool, strlen(http_auth_types) + 1); in load_http_auth_types()
122 apr_collapse_spaces(auth_types_list, http_auth_types); in load_http_auth_types()