Searched refs:autoprops (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_client/
H A Dadd.c194 apr_hash_t *autoprops,
205 if (autoprops)
207 for (hi = apr_hash_first(scratch_pool, autoprops);
273 apr_hash_t *autoprops,
299 /* If we are setting autoprops grab the inherited svn:auto-props and
304 if (autoprops == NULL)
309 file_autoprops = autoprops;
338 * svn:auto-props autoprops which apply to DIR_ABSPATH. It maps
341 * NULL and the config file and svn:auto-props autoprops are required by this
406 following "autoprops"
188 svn_client__get_paths_auto_props(apr_hash_t **properties, const char **mimetype, const char *path, svn_magic__cookie_t *magic_cookie, apr_hash_t *autoprops, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
269 add_file(const char *local_abspath, svn_magic__cookie_t *magic_cookie, apr_hash_t *autoprops, svn_boolean_t no_autoprops, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
494 apr_hash_t *autoprops; member in struct:collect_auto_props_baton_t
513 apr_array_header_t *autoprops; local
622 svn_client__get_all_auto_props(apr_hash_t **autoprops, const char *path_or_url, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dimport.c83 May be NULL if autoprops are disabled. */ member in struct:import_ctx_t
84 apr_hash_t *autoprops;
232 import_ctx->autoprops,
613 * AUTOPROPS is hash of all config file autoprops and
646 apr_hash_t *autoprops,
663 import_ctx->autoprops = autoprops;
811 apr_hash_t *autoprops = NULL;
912 SVN_ERR(svn_client__get_all_auto_props(&autoprops, url, ctx,
952 depth, excludes, autoprops, local_ignores_ar
639 import(const char *local_abspath, const apr_array_header_t *new_entries, const svn_delta_editor_t *editor, void *edit_baton, svn_depth_t depth, apr_hash_t *excludes, apr_hash_t *autoprops, apr_array_header_t *local_ignores, apr_array_header_t *global_ignores, svn_boolean_t no_ignore, svn_boolean_t no_autoprops, svn_boolean_t ignore_unknown_node_types, svn_client_import_filter_func_t filter_callback, void *filter_baton, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
809 apr_hash_t *autoprops = NULL; local
[all...]
H A Dclient.h389 apr_hash_t *autoprops,
419 svn_error_t *svn_client__get_all_auto_props(apr_hash_t **autoprops,
/freebsd-10.1-release/contrib/subversion/subversion/svn/
H A Dcl.h212 svn_boolean_t autoprops; /* enable automatic properties */
208 svn_boolean_t autoprops; /* enable automatic properties */ member in struct:svn_cl__opt_state_t
H A Dsvn.c2151 opt_state.autoprops = TRUE;
2721 if (opt_state.autoprops && opt_state.no_autoprops)
2744 if (opt_state.autoprops)

Completed in 68 milliseconds