|
Apache HTTPD
|
#include "apr_errno.h"#include "apr_general.h"#include "apr_getopt.h"#include "apr_strings.h"#include "testutil.h"Go to the source code of this file.
Functions | |
| static void | format_arg (char *str, char option, const char *arg) |
| static void | unknown_arg (void *str, const char *err,...) |
| static void | no_options_found (abts_case *tc, void *data) |
| static void | no_options (abts_case *tc, void *data) |
| static void | required_option (abts_case *tc, void *data) |
| static void | required_option_notgiven (abts_case *tc, void *data) |
| static void | optional_option (abts_case *tc, void *data) |
| static void | optional_option_notgiven (abts_case *tc, void *data) |
| abts_suite * | testgetopt (abts_suite *suite) |
Definition at line 23 of file testargs.c.
Definition at line 72 of file testargs.c.
Definition at line 42 of file testargs.c.
Definition at line 162 of file testargs.c.
Definition at line 191 of file testargs.c.
Definition at line 104 of file testargs.c.
Definition at line 133 of file testargs.c.
| abts_suite * testgetopt | ( | abts_suite * | suite | ) |
Definition at line 224 of file testargs.c.
Definition at line 33 of file testargs.c.