Searched refs:actually_read (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c1604 apr_size_t actually_read = to_read;
1606 SVN_ERR(svn_stream_read_full(stream, text->data + text->len, &actually_read));
1607 text->len += actually_read;
1609 if (actually_read < to_read)
1595 apr_size_t actually_read = to_read; local

Completed in 59 milliseconds