Searched defs:txdelta_baton (Results 1 – 3 of 3) sorted by relevance
49 struct txdelta_baton { struct51 svn_stream_t *source;52 svn_stream_t *target;55 svn_boolean_t more_source; /* FALSE if source stream hit EOF. */56 svn_boolean_t more; /* TRUE if there are more data in the pool. */57 svn_filesize_t pos; /* Offset of next read in source file. */58 char *buf; /* Buffer for input data. */60 svn_checksum_ctx_t *context; /* If not NULL, the context for computing62 svn_checksum_t *checksum; /* If non-NULL, the checksum of TARGET. */64 apr_pool_t *result_pool; /* For results (e.g. checksum) */
145 void *txdelta_baton; in blame_opened() local
349 void *txdelta_baton; member