Searched refs:whb (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | transaction.c | 2055 void *whb; in rep_write_get_baton() local 2114 &whb, in rep_write_get_baton() 2120 b->delta_stream = svn_txdelta_target_push(wh, whb, source, in rep_write_get_baton() 2476 struct write_container_baton *whb = baton; in write_container_handler() local 2478 SVN_ERR(svn_checksum_update(whb->md5_ctx, data, *len)); in write_container_handler() 2479 SVN_ERR(svn_checksum_update(whb->sha1_ctx, data, *len)); in write_container_handler() 2481 SVN_ERR(svn_stream_write(whb->stream, data, len)); in write_container_handler() 2482 whb->size += *len; in write_container_handler() 2536 struct write_container_baton *whb; in write_container_rep() local 2543 whb = apr_pcalloc(scratch_pool, sizeof(*whb)); in write_container_rep() [all …]
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_x/ |
| HD | transaction.c | 2148 void *whb; in rep_write_get_baton() local 2210 &whb, in rep_write_get_baton() 2216 b->delta_stream = svn_txdelta_target_push(wh, whb, source, in rep_write_get_baton() 2561 write_container_baton_t *whb = baton; in write_container_handler() local 2563 SVN_ERR(svn_checksum_update(whb->md5_ctx, data, *len)); in write_container_handler() 2564 SVN_ERR(svn_checksum_update(whb->sha1_ctx, data, *len)); in write_container_handler() 2566 SVN_ERR(svn_stream_write(whb->stream, data, len)); in write_container_handler() 2567 whb->size += *len; in write_container_handler() 2649 write_container_baton_t *whb; in write_container_delta_rep() local 2689 whb = apr_pcalloc(scratch_pool, sizeof(*whb)); in write_container_delta_rep() [all …]
|
| /NextBSD/contrib/subversion/subversion/libsvn_repos/ |
| HD | load.c | 308 void *whb; in parse_text_block() local 310 SVN_ERR(parse_fns->apply_textdelta(&wh, &whb, record_baton)); in parse_text_block() 312 text_stream = svn_txdelta_parse_svndiff(wh, whb, TRUE, pool); in parse_text_block()
|
| HD | dump.c | 332 void *whb; in store_delta() local 344 svn_txdelta_to_svndiff3(&wh, &whb, temp_stream, 0, in store_delta() 346 SVN_ERR(svn_txdelta_send_txstream(delta_stream, wh, whb, pool)); in store_delta()
|
| /NextBSD/contrib/subversion/subversion/libsvn_delta/ |
| HD | text_delta.c | 74 void *whb; member 544 SVN_ERR(tb->wh(window, tb->whb)); in tpush_write_handler() 570 SVN_ERR(tb->wh(window, tb->whb)); in tpush_close_handler() 574 return tb->wh(NULL, tb->whb); in tpush_close_handler() 590 tb->whb = handler_baton; in svn_txdelta_target_push()
|