Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A 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 …]