|
Apache HTTPD
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "apr_file_io.h"#include "apr_file_info.h"#include "apr_errno.h"#include "apr_general.h"#include "apr_lib.h"#include "apr_thread_proc.h"#include "testutil.h"Go to the source code of this file.
Functions | |
| static void | test_mkdir (abts_case *tc, void *data) |
| static void | test_mkdir_recurs (abts_case *tc, void *data) |
| static void | mkdir_func (abts_case *tc, apr_pool_t *pool) |
| static void | test_mkdir_recurs_parallel (abts_case *tc, void *data) |
| static void | test_remove (abts_case *tc, void *data) |
| static void | test_removeall_fail (abts_case *tc, void *data) |
| static void | test_removeall (abts_case *tc, void *data) |
| static void | test_remove_notthere (abts_case *tc, void *data) |
| static void | test_mkdir_twice (abts_case *tc, void *data) |
| static void | test_opendir (abts_case *tc, void *data) |
| static void | test_opendir_notthere (abts_case *tc, void *data) |
| static void | test_closedir (abts_case *tc, void *data) |
| static void | test_rewind (abts_case *tc, void *data) |
| static void | test_uncleared_errno (abts_case *tc, void *data) |
| static void | test_rmkdir_nocwd (abts_case *tc, void *data) |
| abts_suite * | testdir (abts_suite *suite) |
|
static |
< Read by user
<
< Write by user
<
< Execute by user
<
< Type
< Read by user
<
< Write by user
<
< Execute by user
<
< Type
< Type
< Type
< Read by user
<
< Write by user
<
< Execute by user
<
< Read by user
<
< Write by user
<
< Execute by user
<
< an atomic unix apr_dir_read()
< an atomic unix apr_dir_read()
< Type
< ->name in proper case
< use OS's default permissions
<
< use OS's default permissions
<
< Open the file for reading
< Open the file for writing
< Create the file if not there
< use OS's default permissions
<
| abts_suite * testdir | ( | abts_suite * | suite | ) |