|
Apache HTTPD
|
#include "apr_general.h"#include "apr_pools.h"#include "apr_errno.h"#include "apr_file_io.h"#include "testutil.h"Go to the source code of this file.
Macros | |
| #define | TEST "Testing\n" |
| #define | TEST2 "Testing again\n" |
| #define | FILEPATH "data/" |
Functions | |
| static void | test_file_dup (abts_case *tc, void *data) |
| static void | test_file_readwrite (abts_case *tc, void *data) |
| static void | test_dup2 (abts_case *tc, void *data) |
| static void | test_dup2_readwrite (abts_case *tc, void *data) |
| abts_suite * | testdup (abts_suite *suite) |
< Open the file for reading
< Open the file for writing
< Create the file if not there
< Delete the file after close
< use OS's default permissions
<
< Open the file for reading
< Open the file for writing
< Create the file if not there
< Delete the file after close
< use OS's default permissions
<
< Open the file for reading
< Open the file for writing
< Create the file if not there
< Delete the file after close
< use OS's default permissions
<
< an atomic unix apr_stat()
< Open the file for reading
< Open the file for writing
< Create the file if not there
< Delete the file after close
< use OS's default permissions
<
< an atomic unix apr_stat()
| abts_suite * testdup | ( | abts_suite * | suite | ) |