Home
last modified time | relevance | path

Searched refs:expected_checksum (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_client/
HDcopy_foreign.c361 svn_checksum_t *expected_checksum; in file_close() local
364 SVN_ERR(svn_checksum_parse_hex(&expected_checksum, svn_checksum_md5, in file_close()
368 if (! svn_checksum_match(expected_checksum, actual_checksum)) in file_close()
370 svn_checksum_mismatch_err(expected_checksum, in file_close()
/NextBSD/contrib/subversion/subversion/libsvn_fs_x/
HDverify.c493 expected_checksum(apr_file_t *file, in expected_checksum() function
529 SVN_ERR(expected_checksum(file, entry, in expected_buffered_checksum()
563 SVN_ERR(expected_checksum(file, entry, in expected_streamed_checksum()
/NextBSD/contrib/subversion/subversion/libsvn_fs_fs/
HDverify.c515 expected_checksum(apr_file_t *file, in expected_checksum() function
549 SVN_ERR(expected_checksum(file, entry, in expected_buffered_checksum()
582 SVN_ERR(expected_checksum(file, entry, in expected_streamed_checksum()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDexternals.c608 svn_checksum_t *expected_checksum; in apply_textdelta() local
611 SVN_ERR(svn_checksum_parse_hex(&expected_checksum, svn_checksum_md5, in apply_textdelta()
622 if (!svn_checksum_match(expected_checksum, original_md5)) in apply_textdelta()
624 expected_checksum, in apply_textdelta()
HDdiff_editor.c2050 svn_checksum_t *expected_checksum; in close_file() local
2059 SVN_ERR(svn_checksum_parse_hex(&expected_checksum, svn_checksum_md5, in close_file()
2068 if (!svn_checksum_match(expected_checksum, result_checksum)) in close_file()
2070 expected_checksum, in close_file()
HDupdate_editor.c3578 const char *expected_checksum, in apply_textdelta() argument
3603 expected_checksum, pool)); in apply_textdelta()
/NextBSD/contrib/subversion/subversion/libsvn_ra_svn/
HDclient.c1265 svn_checksum_t *expected_checksum = NULL; in ra_svn_get_file() local
1287 SVN_ERR(svn_checksum_parse_hex(&expected_checksum, svn_checksum_md5, in ra_svn_get_file()
1306 if (expected_checksum) in ra_svn_get_file()
1317 if (expected_checksum) in ra_svn_get_file()
1322 if (!svn_checksum_match(checksum, expected_checksum)) in ra_svn_get_file()
1323 return svn_checksum_mismatch_err(expected_checksum, checksum, pool, in ra_svn_get_file()