Searched refs:APR_FOPEN_DELONCLOSE (Results 1 – 4 of 4) 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()
66 #define APR_FOPEN_DELONCLOSE 0x00100 /**< Delete the file after close */ macro101 #define APR_DELONCLOSE APR_FOPEN_DELONCLOSE /**< @deprecated @see APR_FOPEN_DELONCLOSE */
182 APR_FOPEN_DELONCLOSE : flags; in apr_file_mktemp()
41 if (!is_child && (file->flags & APR_FOPEN_DELONCLOSE)) { in file_cleanup()