Searched refs:lhs_entry (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | load-index.c | 85 const svn_fs_fs__p2l_entry_t *lhs_entry in compare_p2l_entry_revision() local 90 if (lhs_entry->offset < rhs_entry->offset) in compare_p2l_entry_revision() 93 return lhs_entry->offset == rhs_entry->offset ? 0 : 1; in compare_p2l_entry_revision()
|
| HD | tree.c | 1779 svn_fs_dirent_t *lhs_entry in compare_dir_structure() local 1784 if (strcmp(lhs_entry->name, rhs_entry->name) in compare_dir_structure() 1785 || !svn_fs_fs__id_part_eq(svn_fs_fs__id_node_id(lhs_entry->id), in compare_dir_structure() 1787 || !svn_fs_fs__id_part_eq(svn_fs_fs__id_copy_id(lhs_entry->id), in compare_dir_structure()
|
| HD | index.c | 3193 const svn_fs_fs__p2l_entry_t *lhs_entry in compare_p2l_entry_revision() local 3198 if (lhs_entry->item.revision < rhs_entry->item.revision) in compare_p2l_entry_revision() 3201 return lhs_entry->item.revision == rhs_entry->item.revision ? 0 : 1; in compare_p2l_entry_revision()
|
| /freebsd-13-stable/contrib/libder/libder/ |
| HD | libder_obj.c | 1049 libder_obj_normalize_set_cmp(const void *lhs_entry, const void *rhs_entry) in libder_obj_normalize_set_cmp() argument 1052 *__DECONST(const struct libder_object **, lhs_entry); in libder_obj_normalize_set_cmp()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| HD | tree.c | 675 svn_fs_x__dirent_t *lhs_entry in compare_dir_structure() local 680 if (strcmp(lhs_entry->name, rhs_entry->name) == 0) in compare_dir_structure() 685 if (!svn_fs_x__id_eq(&lhs_entry->id, &rhs_entry->id)) in compare_dir_structure() 692 SVN_ERR(svn_fs_x__dag_get_node(&lhs_node, fs, &lhs_entry->id, in compare_dir_structure()
|