Searched refs:hex_digest (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c1346 const char *hex_digest;
1354 hex_digest = svn_checksum_to_cstring(checksum, pool);
1355 if (hex_digest)
1357 headers, SVN_REPOS_DUMPFILE_TEXT_COPY_SOURCE_MD5, hex_digest);
1362 hex_digest = svn_checksum_to_cstring(checksum, pool);
1363 if (hex_digest)
1365 headers, SVN_REPOS_DUMPFILE_TEXT_COPY_SOURCE_SHA1, hex_digest);
1465 const char *hex_digest;
1482 hex_digest = svn_checksum_to_cstring(checksum, pool);
1483 if (hex_digest)
1342 const char *hex_digest; local
1461 const char *hex_digest; local
[all...]
H A Dreporter.c925 const char *hex_digest; local
1092 hex_digest = svn_checksum_to_cstring(checksum, pool);
1093 return svn_error_trace(b->editor->close_file(new_baton, hex_digest,
H A Dreplay.c757 const char *hex_digest = NULL;
765 hex_digest = svn_checksum_to_cstring(checksum, pool);
768 SVN_ERR(editor->apply_textdelta(file_baton, hex_digest, pool,
754 const char *hex_digest = NULL; local
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c1593 const char *path, *full_path, *hex_digest, *canonical_path;
1640 hex_digest = svn_checksum_to_cstring_display(checksum, pool);
1655 hex_digest, rev));
1592 const char *path, *full_path, *hex_digest, *canonical_path; local

Completed in 91 milliseconds