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

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dseek.c69 case APR_CUR:
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h147 #define APR_CUR SEEK_CUR macro
681 * @li #APR_CUR -- add the offset to the current position
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dpack.c1037 SVN_ERR(svn_io_file_seek(context->pack_file, APR_CUR, &offset,
1191 SVN_ERR(svn_io_file_seek(context->pack_file, APR_CUR, &offset,
1508 SVN_ERR(svn_io_file_seek(context->pack_file, APR_CUR, &offset,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c4041 SVN_ERR(svn_io_file_seek(file, APR_CUR, &offset, pool));
4149 SVN_ERR(svn_io_file_seek(file, APR_CUR, &current, scratch_pool));
4354 SVN_ERR(svn_io_file_seek(file, APR_CUR, &position, pool));
4422 SVN_ERR(svn_io_file_seek(file, APR_CUR, &offset, pool));
H A Dstream.c760 svn_io_file_seek(btn->file, APR_CUR, &offset, btn->pool));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dsvndiff.c981 return svn_io_file_seek(file, APR_CUR, &offset, pool);

Completed in 128 milliseconds