Home
last modified time | relevance | path

Searched refs:APR_FOPEN_APPEND (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/apr/include/
HDapr_file_io.h57 #define APR_FOPEN_APPEND 0x00008 /**< Append to the end of the file */ macro
96 #define APR_APPEND APR_FOPEN_APPEND /**< @deprecated @see APR_FOPEN_APPEND */
/trueos/contrib/apr/file_io/unix/
HDcopy.c115 (APR_FOPEN_WRITE | APR_FOPEN_CREATE | APR_FOPEN_APPEND), in apr_file_append()
HDopen.c126 if (flag & APR_FOPEN_APPEND) { in apr_file_open()