Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDbase64.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 apr_pool_t *scratch_pool;
HDquoprint.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;