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

/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dlogger.c80 APR_WRITE | APR_CREATE | APR_APPEND,
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h96 #define APR_APPEND APR_FOPEN_APPEND /**< @deprecated @see APR_FOPEN_APPEND */ macro
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.c727 | APR_CREATE | APR_APPEND | APR_BUFFERED,
1828 | APR_CREATE | APR_APPEND | APR_BUFFERED,
H A Dtransaction.c449 and achieve the same thing by opening the file using APR_APPEND.
452 files opened with APR_APPEND), so we need this seek to reconcile
1602 SVN_ERR(svn_io_file_open(&file, filename, APR_WRITE | APR_APPEND,
1713 APR_APPEND | APR_WRITE | APR_CREATE,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dindex.c609 | APR_CREATE | APR_APPEND | APR_BUFFERED,
1992 | APR_CREATE | APR_APPEND | APR_BUFFERED,
H A Dtransaction.c728 and achieve the same thing by opening the file using APR_APPEND.
731 files opened with APR_APPEND), so we need this seek to reconcile
1857 SVN_ERR(svn_io_file_open(&file, filename, APR_WRITE | APR_APPEND,
1954 APR_APPEND | APR_WRITE | APR_CREATE,
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c1688 apr_file_open(&debug_log, logpath, APR_APPEND|APR_WRITE|APR_CREATE,

Completed in 155 milliseconds