Searched refs:reserved_names (Results 1 – 1 of 1) sorted by relevance
130 apr_array_header_t *reserved_names = NULL; in svn_client_args_to_target_array2() local280 if (!reserved_names) in svn_client_args_to_target_array2()281 reserved_names = apr_array_make(pool, DEFAULT_ARRAY_SIZE, in svn_client_args_to_target_array2()284 APR_ARRAY_PUSH(reserved_names, const char *) = utf8_target; in svn_client_args_to_target_array2()359 if (reserved_names) in svn_client_args_to_target_array2()363 for (i = 0; i < reserved_names->nelts; ++i) in svn_client_args_to_target_array2()366 APR_ARRAY_IDX(reserved_names, i, in svn_client_args_to_target_array2()