|
Apache HTTPD
|
#include "apr_thread_proc.h"#include "apr_errno.h"#include "apr_general.h"#include "apr_lib.h"#include "apr_strings.h"#include "testutil.h"Go to the source code of this file.
Macros | |
| #define | TESTSTR "This is a test" |
| #define | PROC_CHILD_NAME TESTBINPATH "proc_child" EXTENSION |
Functions | |
| static void | test_create_proc (abts_case *tc, void *data) |
| static void | test_proc_wait (abts_case *tc, void *data) |
| static void | test_file_redir (abts_case *tc, void *data) |
| abts_suite * | testproc (abts_suite *suite) |
Variables | |
| static char * | proc_child |
| static apr_proc_t | newproc |
| #define PROC_CHILD_NAME TESTBINPATH "proc_child" EXTENSION |
Definition at line 26 of file testproc.c.
Definition at line 32 of file testproc.c.
< Open the file for reading
< Open the file for writing
< Create the file if not there
< Open should fail if APR_FOPEN_CREATE and file exists.
< use OS's default permissions
<
< Open the file for reading
< Open the file for writing
< Create the file if not there
< Open should fail if APR_FOPEN_CREATE and file exists.
< use OS's default permissions
<
< Open the file for reading
< Open the file for writing
< Create the file if not there
< Open should fail if APR_FOPEN_CREATE and file exists.
< use OS's default permissions
<
Definition at line 87 of file testproc.c.
Definition at line 79 of file testproc.c.
| abts_suite * testproc | ( | abts_suite * | suite | ) |
Definition at line 166 of file testproc.c.
|
static |
Definition at line 30 of file testproc.c.
|
static |
Definition at line 28 of file testproc.c.