Searched refs:read_checksum (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c1376 svn_checksum_t **read_checksum; /* Output value. */
1394 if (btn->read_checksum)
1408 if (btn->read_checksum)
1458 SVN_ERR(svn_checksum_final(btn->read_checksum, btn->read_ctx, btn->pool));
1494 svn_checksum_t **read_checksum,
1503 if (read_checksum == NULL && write_checksum == NULL)
1507 if (read_checksum)
1517 baton->read_checksum = read_checksum;
1367 svn_checksum_t **read_checksum; /* Output value. */ member in struct:checksum_stream_baton
1484 svn_stream_checksummed2(svn_stream_t *stream, svn_checksum_t **read_checksum, svn_checksum_t **write_checksum, svn_checksum_kind_t checksum_kind, svn_boolean_t read_all, apr_pool_t *pool) argument
H A Ddeprecated.c1534 svn_checksum_t *read_checksum;
1577 = apr_pmemdup(btn->pool, btn->read_checksum->digest,
1607 /* Set BATON->proxy to a stream that will fill in BATON->read_checksum
1611 read_digest ? &baton->read_checksum : NULL,
1532 svn_checksum_t *read_checksum; member in struct:md5_stream_baton
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_x540.c582 u16 read_checksum = 0; local
609 &read_checksum);
616 if (read_checksum != checksum) {
H A Dixgbe_common.c2280 u16 read_checksum = 0; local
2300 status = hw->eeprom.ops.read(hw, IXGBE_EEPROM_CHECKSUM, &read_checksum);
2309 if (read_checksum != checksum)
H A Dixgbe_x550.c3504 u16 read_checksum = 0; local
3525 &read_checksum);
3532 if (read_checksum != checksum) {
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_io.h1238 * When the stream is closed, @a *read_checksum and @a *write_checksum
1242 * Both @a read_checksum and @a write_checksum can be @c NULL, in which case
1258 svn_checksum_t **read_checksum,

Completed in 208 milliseconds