|
Apache HTTPD
|
#include <stdio.h>#include <stdlib.h>#include "abts.h"#include "testutil.h"#include "apr_pools.h"Go to the source code of this file.
Functions | |
| void | apr_assert_success (abts_case *tc, const char *context, apr_status_t rv) |
| void | apr_assert_failure (abts_case *tc, const char *context, apr_status_t rv, int lineno) |
| void | initialize (void) |
Variables | |
| apr_pool_t * | p |
| void apr_assert_failure | ( | abts_case * | tc, |
| const char * | context, | ||
| apr_status_t | rv, | ||
| int | lineno | ||
| ) |
Definition at line 40 of file testutil.c.
| void apr_assert_success | ( | abts_case * | tc, |
| const char * | context, | ||
| apr_status_t | rv | ||
| ) |
Definition at line 26 of file testutil.c.
| void initialize | ( | void | ) |
Definition at line 52 of file testutil.c.