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