32 #include <apr_pools.h>
33 #include <apr_tables.h>
38 #define MAX(a, b) ((a) < (b) ? (b) : (a))
43 #define MIN(a, b) ((a) < (b) ? (a) : (b))
struct svn_sort__item_t svn_sort__item_t
This structure is used to hold a key/value from a hash table.
int svn_sort_compare_items_lexically(const svn_sort__item_t *a, const svn_sort__item_t *b)
Compare two svn_sort__item_t's, returning an integer greater than, equal to, or less than 0...
int svn_sort_compare_paths(const void *a, const void *b)
Compare two const char * paths, *a and *b, returning an integer greater than, equal to...
int svn_sort_compare_ranges(const void *a, const void *b)
Compare two svn_merge_range_t *'s, *a and *b, returning an integer greater than, equal to...
int svn_sort_compare_revisions(const void *a, const void *b)
Compare two svn_revnum_t's, returning an integer greater than, equal to, or less than 0...
int svn_sort_compare_items_as_paths(const svn_sort__item_t *a, const svn_sort__item_t *b)
Compare two svn_sort__item_t's, returning an integer greater than, equal to, or less than 0...