Searched refs:has_sha1 (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache.c238 rep->has_sha1 = TRUE;
294 rep->has_sha1 = TRUE;
338 if (! rep->has_sha1)
H A Dfs.h440 If has_sha1 is FALSE, then for compatibility behave as though this
446 svn_boolean_t has_sha1;
445 svn_boolean_t has_sha1; member in struct:svn_fs_x__representation_t
H A Dnoderevs.c457 /* has_sha1 */
483 svn_packed__add_uint(rep_stream, rep->has_sha1);
493 if (rep->has_sha1)
605 rep.has_sha1 = (svn_boolean_t)svn_packed__get_uint(rep_stream);
624 if (rep.has_sha1)
H A Dlow_level.c349 rep->has_sha1 = checksum != NULL;
636 if (!rep->has_sha1)
655 !rep->has_sha1, scratch_pool));
H A Dtransaction.c850 && noderev->data_rep->has_sha1)
2366 if (!rep->has_sha1)
2569 rep->has_sha1 = sha1_ctx != NULL;
2570 if (rep->has_sha1)
3274 noderev->data_rep->has_sha1 = FALSE;
3278 noderev->prop_rep->has_sha1 = FALSE;
H A Dfs_x.c845 if (! noderev->data_rep->has_sha1)
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache.c240 rep->has_sha1 = TRUE;
296 rep->has_sha1 = TRUE;
342 if (! rep->has_sha1)
H A Dfs.h551 If has_sha1 is FALSE, then for compatibility behave as though this
557 svn_boolean_t has_sha1;
556 svn_boolean_t has_sha1; member in struct:representation_t
H A Dlow_level.c836 rep->has_sha1 = checksum != NULL;
1132 if (rep->has_sha1)
1148 if (rep->has_sha1)
H A Dfs_fs.c1585 if (rep_a->has_sha1 && rep_b->has_sha1)
1690 if (! noderev->data_rep->has_sha1)
2357 if (!rep->has_sha1)
2367 rep->has_sha1 = TRUE;
H A Dtransaction.c550 && noderev->data_rep->has_sha1)
2310 if (!rep->has_sha1)
2501 rep->has_sha1 = sha1_ctx != NULL;
2502 if (rep->has_sha1)
3338 noderev->data_rep->has_sha1 = FALSE;
3355 noderev->prop_rep->has_sha1 = FALSE;
H A Dcached_data.c334 if (rep->has_sha1)

Completed in 117 milliseconds