Searched refs:http_auth_types (Results 1 – 1 of 1) sorted by relevance
106 const char *http_auth_types = NULL; in load_http_auth_types() local109 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()