Searched refs:txdelta_baton (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| D | blame.c | 145 void *txdelta_baton; in blame_opened() local 158 &txdelta, &txdelta_baton, in blame_opened() 163 txdelta, txdelta_baton, in blame_opened()
|
| D | update.c | 349 void *txdelta_baton; member 1016 &file->txdelta_baton)); in open_file_txdelta() 1126 file->txdelta_baton, in handle_fetch() 1216 SVN_ERR(file->txdelta(&delta_window, file->txdelta_baton)); in handle_fetch() 1224 SVN_ERR(file->txdelta(NULL, file->txdelta_baton)); in handle_fetch() 1381 SVN_ERR(file->txdelta(NULL, file->txdelta_baton)); in fetch_for_file() 1407 file->txdelta_baton, in fetch_for_file() 1809 file->txdelta_baton, in update_opened()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/ |
| D | text_delta.c | 49 struct txdelta_baton { struct 362 struct txdelta_baton *b = baton; in txdelta_next_window() 403 struct txdelta_baton *b = baton; in txdelta_md5_digest() 431 struct txdelta_baton tb = { 0 }; in svn_txdelta_run() 477 struct txdelta_baton *b = apr_pcalloc(pool, sizeof(*b)); in svn_txdelta2()
|