Searched defs:encode_baton (Results 1 – 2 of 2) sorted by relevance
56 struct encode_baton { struct57 svn_stream_t *output;58 unsigned char buf[3]; /* Bytes waiting to be encoded */59 size_t buflen; /* Number of bytes waiting */60 size_t linelen; /* Bytes output so far on this line */61 apr_pool_t *scratch_pool;
71 struct encode_baton { struct72 svn_stream_t *output;73 int linelen; /* Bytes output so far on this line */74 apr_pool_t *pool;