Searched refs:sorted_props (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/contrib/subversion/subversion/svn/ |
| HD | propget-cmd.c | 78 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()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/ |
| HD | cmdline.c | 1088 apr_array_header_t *sorted_props; in svn_cmdline__print_prop_hash() local 1091 sorted_props = svn_sort__hash(prop_hash, svn_sort_compare_items_lexically, in svn_cmdline__print_prop_hash() 1093 for (i = 0; i < sorted_props->nelts; i++) in svn_cmdline__print_prop_hash() 1095 svn_sort__item_t item = APR_ARRAY_IDX(sorted_props, i, svn_sort__item_t); in svn_cmdline__print_prop_hash() 1156 apr_array_header_t *sorted_props; in svn_cmdline__print_xml_prop_hash() local 1162 sorted_props = svn_sort__hash(prop_hash, svn_sort_compare_items_lexically, in svn_cmdline__print_xml_prop_hash() 1164 for (i = 0; i < sorted_props->nelts; i++) in svn_cmdline__print_xml_prop_hash() 1166 svn_sort__item_t item = APR_ARRAY_IDX(sorted_props, i, svn_sort__item_t); in svn_cmdline__print_xml_prop_hash()
|