Home
last modified time | relevance | path

Searched defs:txdelta_baton (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/
Dtext_delta.c49 struct txdelta_baton { struct
51 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 computing
62 svn_checksum_t *checksum; /* If non-NULL, the checksum of TARGET. */
64 apr_pool_t *result_pool; /* For results (e.g. checksum) */
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dblame.c145 void *txdelta_baton; in blame_opened() local
Dupdate.c349 void *txdelta_baton; member