Home
last modified time | relevance | path

Searched refs:sorted_props (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/subversion/subversion/svn/
HDpropget-cmd.c78 apr_array_header_t *sorted_props; in print_properties_xml() local
116 sorted_props = svn_sort__hash(props, svn_sort_compare_items_as_paths, pool); in print_properties_xml()
117 for (i = 0; i < sorted_props->nelts; i++) in print_properties_xml()
119 svn_sort__item_t item = APR_ARRAY_IDX(sorted_props, i, svn_sort__item_t); in print_properties_xml()
266 apr_array_header_t *sorted_props; in print_properties() local
291 sorted_props = svn_sort__hash(props, svn_sort_compare_items_as_paths, pool); in print_properties()
292 for (i = 0; i < sorted_props->nelts; i++) in print_properties()
294 svn_sort__item_t item = APR_ARRAY_IDX(sorted_props, i, svn_sort__item_t); in print_properties()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDcmdline.c1066 apr_array_header_t *sorted_props; in svn_cmdline__print_prop_hash() local
1069 sorted_props = svn_sort__hash(prop_hash, svn_sort_compare_items_lexically, in svn_cmdline__print_prop_hash()
1071 for (i = 0; i < sorted_props->nelts; i++) in svn_cmdline__print_prop_hash()
1073 svn_sort__item_t item = APR_ARRAY_IDX(sorted_props, i, svn_sort__item_t); in svn_cmdline__print_prop_hash()
1134 apr_array_header_t *sorted_props; in svn_cmdline__print_xml_prop_hash() local
1140 sorted_props = svn_sort__hash(prop_hash, svn_sort_compare_items_lexically, in svn_cmdline__print_xml_prop_hash()
1142 for (i = 0; i < sorted_props->nelts; i++) in svn_cmdline__print_xml_prop_hash()
1144 svn_sort__item_t item = APR_ARRAY_IDX(sorted_props, i, svn_sort__item_t); in svn_cmdline__print_xml_prop_hash()