Searched refs:APR_FOPEN_APPEND (Results 1 – 3 of 3) sorted by relevance
57 #define APR_FOPEN_APPEND 0x00008 /**< Append to the end of the file */ macro96 #define APR_APPEND APR_FOPEN_APPEND /**< @deprecated @see APR_FOPEN_APPEND */
115 (APR_FOPEN_WRITE | APR_FOPEN_CREATE | APR_FOPEN_APPEND), in apr_file_append()
126 if (flag & APR_FOPEN_APPEND) { in apr_file_open()