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

12

/freebsd-11-stable/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.c534 apr_array_header_t **inherited_props,
577 if (inherited_props)
586 SVN_ERR(svn_ra_get_inherited_props(ra_session, inherited_props,
591 SVN_ERR(svn_client__iprop_relpaths_to_urls(*inherited_props,
597 for (i = 0; i < (*inherited_props)->nelts; i++)
600 APR_ARRAY_IDX((*inherited_props), i, svn_prop_inherited_item_t *);
617 *inherited_props = final_iprops;
764 apr_array_header_t **inherited_props,
835 if (inherited_props && local_iprops)
839 SVN_ERR(svn_wc__get_iprops(inherited_props, ct
531 svn_client__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
761 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
1061 apr_array_header_t *inherited_props; local
[all...]
H A Dswitch.c112 apr_array_header_t *inherited_props;
293 SVN_ERR(svn_ra_get_inherited_props(ra_session, &inherited_props,
296 svn_hash_sets(wcroot_iprops, local_abspath, inherited_props);
110 apr_array_header_t *inherited_props; local
H A Dclient.h606 svn_client__iprop_relpaths_to_urls(apr_array_header_t *inherited_props,
1146 apr_array_header_t **inherited_props,
H A Dimport.c857 apr_array_header_t *inherited_props = NULL;
955 SVN_ERR(svn_ra_get_inherited_props(ra_session, &inherited_props, "", base_rev,
972 /* ### This should use inherited_props and url_props to avoid creating
1001 for (i = 0; i < inherited_props->nelts; i++)
1004 inherited_props, i, svn_prop_inherited_item_t *);
855 apr_array_header_t *inherited_props = NULL; local
H A Dexternals.c551 apr_array_header_t *inherited_props; local
555 SVN_ERR(svn_ra_get_inherited_props(ra_session, &inherited_props, "",
570 inherited_props,
/freebsd-11-stable/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.c77 apr_array_header_t *inherited_props,
85 if (inherited_props && inherited_props->nelts)
89 for (i = 0; i < inherited_props->nelts; i++)
93 APR_ARRAY_IDX(inherited_props, i, svn_prop_inherited_item_t *);
262 apr_array_header_t *inherited_props,
275 if (inherited_props)
279 for (i = 0; i < inherited_props->nelts; i++)
282 APR_ARRAY_IDX(inherited_props, i, svn_prop_inherited_item_t *);
451 apr_array_header_t *inherited_props;
73 print_properties_xml(const char *pname, apr_hash_t *props, apr_array_header_t *inherited_props, apr_pool_t *pool) argument
256 print_properties(svn_stream_t *out, const char *target_abspath_or_url, const char *pname, 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
449 apr_array_header_t *inherited_props; local
[all...]
/freebsd-11-stable/usr.bin/svn/lib/libsvn_ra_serf/
H A DMakefile21 inherited_props.c \
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_skel.h231 const apr_array_header_t *inherited_props,
H A Dsvn_cmdline_private.h149 svn_boolean_t inherited_props,
H A Dsvn_sqlite.h239 const apr_array_header_t *inherited_props,
H A Dsvn_wc_private.h830 * Set @a *inherited_props to a depth-first ordered array of
838 * #svn_prop_inherited_item_t * structures in @a *inherited_props are
842 * Allocate @a *inherited_props in @a result_pool. Use @a scratch_pool
846 svn_wc__get_iprops(apr_array_header_t **inherited_props,
/freebsd-11-stable/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 Dsqlite.c549 const apr_array_header_t *inherited_props,
555 if (inherited_props == NULL)
558 SVN_ERR(svn_skel__unparse_iproplist(&skel, inherited_props,
547 svn_sqlite__bind_iprops(svn_sqlite__stmt_t *stmt, int slot, const apr_array_header_t *inherited_props, apr_pool_t *scratch_pool) argument
H A Dcmdline.c1153 svn_boolean_t inherited_props,
1174 inherited_props ? "inherited_property" : "property",
1188 inherited_props, pool);
1150 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
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c1694 apr_array_header_t *inherited_props = NULL;
1705 SVN_ERR(svn_repos_fs_get_inherited_props(&inherited_props, root,
1717 && (!show_inherited_props || inherited_props->nelts == 0))
1770 if (inherited_props)
1774 for (i = 0; i < inherited_props->nelts; i++)
1777 APR_ARRAY_IDX(inherited_props, i,
1801 if (inherited_props->nelts > 1 || prop)
1867 apr_array_header_t *inherited_props = NULL;
1887 SVN_ERR(svn_repos_fs_get_inherited_props(&inherited_props, root,
1913 if (inherited_props)
1688 apr_array_header_t *inherited_props = NULL; local
1861 apr_array_header_t *inherited_props = NULL; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dfs-wrap.c1068 apr_array_header_t *inherited_props;
1071 inherited_props = apr_array_make(result_pool, 1,
1112 SVN_ERR(svn_sort__array_insert2(inherited_props, &i_props, 0));
1119 *inherited_props_p = inherited_props;
1065 apr_array_header_t *inherited_props; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c877 apr_array_header_t **inherited_props,
886 *inherited_props =
950 SVN_ERR(svn_sort__array_insert2(*inherited_props, &new_iprop, 0));
869 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.h555 apr_array_header_t **inherited_props,
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c1598 apr_array_header_t *inherited_props;
1647 wants_inherited_props ? &inherited_props : NULL,
1663 for (i = 0; i < inherited_props->nelts; i++)
1666 APR_ARRAY_IDX(inherited_props, i, svn_prop_inherited_item_t *);
1783 apr_array_header_t *inherited_props;
1831 wants_inherited_props ? &inherited_props : NULL,
1929 for (i = 0; i < inherited_props->nelts; i++)
1932 APR_ARRAY_IDX(inherited_props, i, svn_prop_inherited_item_t *);
3616 apr_array_header_t *inherited_props;
3649 SVN_CMD_ERR(get_props(NULL, &inherited_props,
1597 apr_array_header_t *inherited_props; local
1782 apr_array_header_t *inherited_props; local
3615 apr_array_header_t *inherited_props; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql32 symlink_target, last_mod_time, properties, moved_here, inherited_props,
42 inherited_props,
195 inherited_props)
1001 inherited_props, file_external )
1768 SET inherited_props = ?3
1777 AND (inherited_props not null)
1786 AND (inherited_props not null)
1793 AND (inherited_props not null)
H A Dstatus.c876 apr_array_header_t *inherited_props;
891 err = svn_wc__db_read_inherited_props(&inherited_props, &props,
920 for (i = 0; i < inherited_props->nelts; i++)
923 inherited_props, i, svn_prop_inherited_item_t *);
873 apr_array_header_t *inherited_props; local
H A Dentries.c81 apr_array_header_t *inherited_props; member in struct:db_node_t
1603 if (node->inherited_props && present)
1604 SVN_ERR(svn_sqlite__bind_iprops(stmt, 23, node->inherited_props,
2226 base_node->inherited_props
H A Dwc-metadata.sql467 inherited_props BLOB,
664 /* Format 31 adds the inherited_props column to the NODES table. C code then
668 ALTER TABLE NODES ADD COLUMN inherited_props BLOB;

Completed in 331 milliseconds

12