104 int argc,
const char *
const *argv);
123 char *option_ch,
const char **option_arg);
153 const char **option_arg);
dav_error * err
Definition: mod_dav.h:203
int apr_status_t
Definition: apr_errno.h:44
apr_status_t apr_getopt(apr_getopt_t *os, const char *opts, char *option_ch, const char **option_arg)
apr_status_t apr_getopt_long(apr_getopt_t *os, const apr_getopt_option_t *opts, int *option_ch, const char **option_arg)
apr_status_t apr_getopt_init(apr_getopt_t **os, apr_pool_t *cont, int argc, const char *const *argv)
void() apr_getopt_err_fn_t(void *arg, const char *err,...)
Definition: apr_getopt.h:42
struct apr_pool_t apr_pool_t
Definition: apr_pools.h:60
#define APR_DECLARE(x)
Definition: macros.h:6
Definition: apr_getopt.h:83
int optch
Definition: apr_getopt.h:87
const char * name
Definition: apr_getopt.h:85
const char * description
Definition: apr_getopt.h:91
int has_arg
Definition: apr_getopt.h:89
Definition: apr_getopt.h:50
int skip_start
Definition: apr_getopt.h:72
const char ** argv
Definition: apr_getopt.h:66
void * errarg
Definition: apr_getopt.h:56
int opt
Definition: apr_getopt.h:60
int argc
Definition: apr_getopt.h:64
apr_pool_t * cont
Definition: apr_getopt.h:52
apr_getopt_err_fn_t * errfn
Definition: apr_getopt.h:54
int interleave
Definition: apr_getopt.h:70
char const * place
Definition: apr_getopt.h:68
int ind
Definition: apr_getopt.h:58
int reset
Definition: apr_getopt.h:62
int skip_end
Definition: apr_getopt.h:74