Searched refs:APR_FOPEN_TRUNCATE (Results 1 – 6 of 6) sorted by relevance
31 … rv = apr_file_mktemp(fd, template, APR_FOPEN_CREATE | APR_FOPEN_TRUNCATE | APR_FOPEN_DELONCLOSE | in create_dummy_file_error()65 … rv = apr_file_mktemp(fd, template, APR_FOPEN_CREATE | APR_FOPEN_TRUNCATE | APR_FOPEN_DELONCLOSE | in create_dummy_file()
318 APR_FOPEN_WRITE | APR_FOPEN_TRUNCATE in test_insertfile()371 APR_FOPEN_READ|APR_FOPEN_WRITE|APR_FOPEN_TRUNCATE|APR_FOPEN_CREATE, in make_test_file()
58 #define APR_FOPEN_TRUNCATE 0x00010 /**< Open the file and truncate macro97 #define APR_TRUNCATE APR_FOPEN_TRUNCATE /**< @deprecated @see APR_FOPEN_TRUNCATE */
104 (APR_FOPEN_WRITE | APR_FOPEN_CREATE | APR_FOPEN_TRUNCATE), in apr_file_copy()
129 if (flag & APR_FOPEN_TRUNCATE) { in apr_file_open()
34 APR_FOPEN_TRUNCATE)