Home
last modified time | relevance | path

Searched defs:encode_baton (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dbase64.c56 struct encode_baton { struct
57 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 svn_boolean_t break_lines;
62 apr_pool_t *scratch_pool;
H A Dquoprint.c71 struct encode_baton { struct
72 svn_stream_t *output;
73 int linelen; /* Bytes output so far on this line */
74 apr_pool_t *pool;