Searched refs:inherited_props (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_client/
H A Diprops.c105 svn_client__iprop_relpaths_to_urls(apr_array_header_t *inherited_props,
112 for (i = 0; i < inherited_props->nelts; i++)
115 APR_ARRAY_IDX(inherited_props, i, svn_prop_inherited_item_t *);
184 apr_array_header_t *inherited_props;
209 err = svn_ra_get_inherited_props(ra_session, &inherited_props,
224 inherited_props);
103 svn_client__iprop_relpaths_to_urls(apr_array_header_t *inherited_props, const char *repos_root_url, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
182 apr_array_header_t *inherited_props; local
H A Dprop_commands.c546 apr_array_header_t **inherited_props,
589 if (inherited_props)
595 SVN_ERR(svn_ra_get_inherited_props(ra_session, inherited_props,
600 SVN_ERR(svn_client__iprop_relpaths_to_urls(*inherited_props,
607 if (inherited_props)
613 for (i = 0; i < (*inherited_props)->nelts; i++)
616 APR_ARRAY_IDX((*inherited_props), i, svn_prop_inherited_item_t *);
633 *inherited_props = final_iprops;
780 apr_array_header_t **inherited_props,
851 if (inherited_props
543 remote_propget(apr_hash_t *props, apr_array_header_t **inherited_props, const char *propname, const char *target_prefix, const char *target_relative, svn_node_kind_t kind, svn_revnum_t revnum, svn_ra_session_t *ra_session, svn_depth_t depth, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
777 svn_client_propget5(apr_hash_t **props, apr_array_header_t **inherited_props, const char *propname, const char *target, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_revnum_t *actual_revnum, svn_depth_t depth, const apr_array_header_t *changelists, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1082 apr_array_header_t *inherited_props; local
[all...]
H A Dswitch.c112 apr_array_header_t *inherited_props;
295 SVN_ERR(svn_ra_get_inherited_props(ra_session, &inherited_props,
298 svn_hash_sets(wcroot_iprops, local_abspath, inherited_props);
110 apr_array_header_t *inherited_props; local
H A Dclient.h629 svn_client__iprop_relpaths_to_urls(apr_array_header_t *inherited_props,
H A Dexternals.c512 apr_array_header_t *inherited_props; local
527 SVN_ERR(svn_ra_get_inherited_props(ra_session, &inherited_props, "",
541 inherited_props,
/freebsd-10.3-release/contrib/subversion/subversion/svn/
H A Dproplist-cmd.c62 apr_array_header_t *inherited_props,
70 if (inherited_props && inherited_props->nelts)
75 for (i = 0; i < inherited_props->nelts; i++)
78 APR_ARRAY_IDX(inherited_props, i, svn_prop_inherited_item_t *);
130 apr_array_header_t *inherited_props,
142 if (inherited_props)
147 for (i = 0; i < inherited_props->nelts; i++)
150 APR_ARRAY_IDX(inherited_props, i, svn_prop_inherited_item_t *);
57 proplist_receiver_xml(void *baton, const char *path, apr_hash_t *prop_hash, apr_array_header_t *inherited_props, apr_pool_t *pool) argument
125 proplist_receiver(void *baton, const char *path, apr_hash_t *prop_hash, apr_array_header_t *inherited_props, apr_pool_t *pool) argument
H A Dpropget-cmd.c76 apr_array_header_t *inherited_props,
84 if (inherited_props && inherited_props->nelts)
88 for (i = 0; i < inherited_props->nelts; i++)
92 APR_ARRAY_IDX(inherited_props, i, svn_prop_inherited_item_t *);
261 apr_array_header_t *inherited_props,
274 if (inherited_props)
278 for (i = 0; i < inherited_props->nelts; i++)
281 APR_ARRAY_IDX(inherited_props, i, svn_prop_inherited_item_t *);
439 apr_array_header_t *inherited_props;
72 print_properties_xml(const char *pname, apr_hash_t *props, apr_array_header_t *inherited_props, apr_pool_t *pool) argument
255 print_properties(svn_stream_t *out, const char *target_abspath_or_url, const char *pname_utf8, apr_hash_t *props, apr_array_header_t *inherited_props, svn_boolean_t print_filenames, svn_boolean_t omit_newline, svn_boolean_t like_proplist, apr_pool_t *pool) argument
437 apr_array_header_t *inherited_props; local
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/include/private/
H A Dsvn_cmdline_private.h144 svn_boolean_t inherited_props,
H A Dsvn_skel.h231 const apr_array_header_t *inherited_props,
H A Dsvn_sqlite.h230 const apr_array_header_t *inherited_props,
H A Dsvn_wc_private.h837 * Set @a *inherited_props to a depth-first ordered array of
845 * #svn_prop_inherited_item_t * structures in @a *inherited_props are
849 * Allocate @a *inherited_props in @a result_pool. Use @a scratch_pool
853 svn_wc__get_iprops(apr_array_header_t **inherited_props,
/freebsd-10.3-release/usr.bin/svn/lib/libsvn_ra_serf/
H A DMakefile12 inherited_props.c locks.c log.c merge.c mergeinfo.c options.c \
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_repos/
H A Dfs-wrap.c803 apr_array_header_t *inherited_props;
806 inherited_props = apr_array_make(result_pool, 1,
847 svn_sort__array_insert(&i_props, inherited_props, 0);
854 *inherited_props_p = inherited_props;
800 apr_array_header_t *inherited_props; local
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_subr/
H A Dskel.c834 const apr_array_header_t *inherited_props,
841 if (inherited_props)
846 for (i = 0; i < inherited_props->nelts; i++)
849 APR_ARRAY_IDX(inherited_props, i, svn_prop_inherited_item_t *);
825 svn_skel__unparse_iproplist(svn_skel_t **skel_p, const apr_array_header_t *inherited_props, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dcmdline.c901 svn_boolean_t inherited_props,
922 inherited_props ? "inherited_property" : "property",
936 inherited_props, pool);
898 svn_cmdline__print_xml_prop_hash(svn_stringbuf_t **outstr, apr_hash_t *prop_hash, svn_boolean_t names_only, svn_boolean_t inherited_props, apr_pool_t *pool) argument
H A Dsqlite.c490 const apr_array_header_t *inherited_props,
496 if (inherited_props == NULL)
499 SVN_ERR(svn_skel__unparse_iproplist(&skel, inherited_props,
488 svn_sqlite__bind_iprops(svn_sqlite__stmt_t *stmt, int slot, const apr_array_header_t *inherited_props, apr_pool_t *scratch_pool) argument
/freebsd-10.3-release/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c1676 apr_array_header_t *inherited_props = NULL;
1687 SVN_ERR(svn_repos_fs_get_inherited_props(&inherited_props, root,
1699 && (!show_inherited_props || inherited_props->nelts == 0))
1747 if (inherited_props)
1751 for (i = 0; i < inherited_props->nelts; i++)
1754 APR_ARRAY_IDX(inherited_props, i,
1779 if (inherited_props->nelts > 1 || prop)
1845 apr_array_header_t *inherited_props = NULL;
1865 SVN_ERR(svn_repos_fs_get_inherited_props(&inherited_props, root,
1889 if (inherited_props)
1670 apr_array_header_t *inherited_props = NULL; local
1839 apr_array_header_t *inherited_props = NULL; local
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c875 apr_array_header_t **inherited_props,
884 *inherited_props =
948 svn_sort__array_insert(&new_iprop, *inherited_props, 0);
867 svn_ra__get_inherited_props_walk(svn_ra_session_t *session, const char *path, svn_revnum_t revision, apr_array_header_t **inherited_props, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dra_loader.h516 apr_array_header_t **inherited_props,
/freebsd-10.3-release/contrib/subversion/subversion/svnserve/
H A Dserve.c1511 apr_array_header_t *inherited_props;
1558 wants_inherited_props ? &inherited_props : NULL,
1574 for (i = 0; i < inherited_props->nelts; i++)
1577 APR_ARRAY_IDX(inherited_props, i, svn_prop_inherited_item_t *);
1633 apr_array_header_t *inherited_props;
1710 wants_inherited_props ? &inherited_props : NULL,
1812 for (i = 0; i < inherited_props->nelts; i++)
1815 APR_ARRAY_IDX(inherited_props, i, svn_prop_inherited_item_t *);
3114 apr_array_header_t *inherited_props;
3142 SVN_CMD_ERR(get_props(NULL, &inherited_props,
1510 apr_array_header_t *inherited_props; local
1632 apr_array_header_t *inherited_props; local
3113 apr_array_header_t *inherited_props; local
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql32 symlink_target, last_mod_time, properties, moved_here, inherited_props,
42 inherited_props,
160 inherited_props)
918 inherited_props, file_external )
1684 SELECT inherited_props FROM nodes
1692 SET inherited_props = ?3
1701 AND (inherited_props not null)
1710 AND (inherited_props not null)
1717 AND (inherited_props not null)
H A Dentries.c76 apr_array_header_t *inherited_props; member in struct:db_node_t
1526 if (node->inherited_props)
1527 SVN_ERR(svn_sqlite__bind_iprops(stmt, 23, node->inherited_props,
2110 base_node->inherited_props
H A Dstatus.c863 apr_array_header_t *inherited_props;
878 err = svn_wc__db_read_inherited_props(&inherited_props, &props,
907 for (i = 0; i < inherited_props->nelts; i++)
910 inherited_props, i, svn_prop_inherited_item_t *);
861 apr_array_header_t *inherited_props; local
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c1064 apr_array_header_t **inherited_props,
1081 if (inherited_props)
1083 SVN_ERR(svn_repos_fs_get_inherited_props(inherited_props, root, path,
1058 get_node_props(apr_hash_t **props, apr_array_header_t **inherited_props, svn_ra_local__session_baton_t *sess, svn_fs_root_t *root, const char *path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1071 parse_iproplist(apr_array_header_t **inherited_props,
1088 *inherited_props = NULL;
1094 *inherited_props = apr_array_make(
1133 APR_ARRAY_PUSH(*inherited_props, svn_prop_inherited_item_t *) =
1070 parse_iproplist(apr_array_header_t **inherited_props, const apr_array_header_t *iproplist, svn_ra_session_t *session, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument

Completed in 320 milliseconds

12