|
Apache HTTPD
|
#include <stdio.h>#include <stdlib.h>#include "apr_file_io.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.
Functions | |
| static apr_status_t | string_cleanup (void *data) |
| static void | set_userdata (abts_case *tc, void *data) |
| static void | get_userdata (abts_case *tc, void *data) |
| static void | get_nonexistkey (abts_case *tc, void *data) |
| static void | post_pool_clear (abts_case *tc, void *data) |
| abts_suite * | testud (abts_suite *suite) |
Variables | |
| static apr_pool_t * | pool |
| static char * | testdata |
| static int | cleanup_called = 0 |
|
static |
| abts_suite * testud | ( | abts_suite * | suite | ) |
|
static |