|
Apache HTTPD
|
#include "apr_general.h"#include "apr_pools.h"#include "apr_errno.h"#include "apr_file_io.h"#include <string.h>#include <stdlib.h>#include <stdio.h>#include "testutil.h"Go to the source code of this file.
Macros | |
| #define | ALLOC_BYTES 1024 |
Functions | |
| static void | alloc_bytes (abts_case *tc, void *data) |
| static void | calloc_bytes (abts_case *tc, void *data) |
| static void | parent_pool (abts_case *tc, void *data) |
| static void | child_pool (abts_case *tc, void *data) |
| static void | test_ancestor (abts_case *tc, void *data) |
| static void | test_notancestor (abts_case *tc, void *data) |
| static apr_status_t | success_cleanup (void *data) |
| static apr_status_t | checker_cleanup (void *data) |
| static void | test_cleanups (abts_case *tc, void *data) |
| abts_suite * | testpool (abts_suite *suite) |
Variables | |
| static apr_pool_t * | pmain = NULL |
| static apr_pool_t * | pchild = NULL |
| static char * | checker_data = "Hello, world." |
| #define ALLOC_BYTES 1024 |
Definition at line 30 of file testpools.c.
Definition at line 35 of file testpools.c.
Definition at line 53 of file testpools.c.
|
static |
Definition at line 102 of file testpools.c.
Definition at line 76 of file testpools.c.
Definition at line 67 of file testpools.c.
|
static |
Definition at line 95 of file testpools.c.
Definition at line 85 of file testpools.c.
Definition at line 107 of file testpools.c.
Definition at line 90 of file testpools.c.
| abts_suite * testpool | ( | abts_suite * | suite | ) |
Definition at line 142 of file testpools.c.
Definition at line 100 of file testpools.c.
|
static |
Definition at line 33 of file testpools.c.
|
static |
Definition at line 32 of file testpools.c.