Home
last modified time | relevance | path

Searched defs:apr_getopt_t (Results 1 – 2 of 2) sorted by relevance

/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_getopt.h45 typedef struct apr_getopt_t apr_getopt_t; typedef
50 struct apr_getopt_t { struct
52 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 …]
/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_getopt.h45 typedef struct apr_getopt_t apr_getopt_t; typedef
50 struct apr_getopt_t { struct
52 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 …]