Searched defs:apr_getopt_t (Results 1 – 1 of 1) sorted by relevance
45 typedef struct apr_getopt_t apr_getopt_t; typedef50 struct apr_getopt_t { struct52 apr_pool_t *cont;54 apr_getopt_err_fn_t *errfn;56 void *errarg;58 int ind;60 int opt;62 int reset;64 int argc;66 const char **argv;[all …]