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

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dseek.c73 case APR_END:
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drev_file.c240 SVN_ERR(svn_io_file_seek(file->file, APR_END, &filesize, file->pool));
H A Drecovery.c311 SVN_ERR(svn_io_file_seek(rev_file->file, APR_END, &end, pool));
H A Dtransaction.c456 err = svn_io_file_seek(*file, APR_END, &end_offset, pool);
3669 SVN_ERR(svn_io_file_seek(file, APR_END, &l2p_offset, pool));
3675 SVN_ERR(svn_io_file_seek(file, APR_END, &p2l_offset, pool));
H A Dindex.c1941 SVN_ERR(svn_io_file_seek(proto_index, APR_END, &offset, scratch_pool));
H A Dcached_data.c608 seek_relative = APR_END;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h149 #define APR_END SEEK_END macro
682 * @li #APR_END -- add the offset to the current file size
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drev_file.c310 SVN_ERR(svn_io_file_seek(file->file, APR_END, &filesize, file->pool));
H A Dtransaction.c735 err = svn_io_file_seek(*file, APR_END, &end_offset, pool);
3543 SVN_ERR(svn_io_file_seek(file, APR_END, &l2p_offset, scratch_pool));
3549 SVN_ERR(svn_io_file_seek(file, APR_END, &p2l_offset, scratch_pool));
3653 SVN_ERR(svn_io_file_seek(*file, APR_END, &end_offset, scratch_pool));
H A Dpack.c1696 SVN_ERR(svn_io_file_seek(context->proto_l2p_index, APR_END, &offset,
H A Dindex.c2148 SVN_ERR(svn_io_file_seek(proto_index, APR_END, &offset, scratch_pool));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dspillbuf.c286 APR_END, &output_unused,

Completed in 189 milliseconds