Searched refs:compared (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr/tables/
H A Dapr_skiplist.c309 int compared = comp(data, m->next->data); local
310 if (compared == 0) {
317 if (compared > 0) {
469 * To maintain stability, dups (compared == 0) must be added
473 int compared = comp(data, m->next->data); local
474 if (compared == 0) {
495 if (compared >= 0) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_editor.c100 /* ANCHOR/TARGET represent the base of the hierarchy to be compared. */
146 /* TRUE if the node is to be compared with an unrelated node*/
166 /* Identifies those directory elements that get compared while running
167 the crawler. These elements should not be compared again when
172 If the directory's properties have been compared, an item with hash
174 apr_hash_t *compared;
209 /* TRUE if the node is to be compared with an unrelated node*/
311 db->compared = apr_hash_make(dir_pool);
569 * not yet been compared. This identifies local, working copy only
580 apr_hash_t *compared,
173 apr_hash_t *compared; member in struct:dir_baton_t
575 walk_local_nodes_diff(struct edit_baton_t *eb, const char *local_abspath, const char *path, svn_depth_t depth, apr_hash_t *compared, void *parent_baton, apr_pool_t *scratch_pool) argument
[all...]

Completed in 106 milliseconds