Home
last modified time | relevance | path

Searched refs:apr_getopt_t (Results 1 – 8 of 8) 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
103 APR_DECLARE(apr_status_t) apr_getopt_init(apr_getopt_t **os, apr_pool_t *cont,
122 APR_DECLARE(apr_status_t) apr_getopt(apr_getopt_t *os, const char *opts,
150 APR_DECLARE(apr_status_t) apr_getopt_long(apr_getopt_t *os,
/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
103 APR_DECLARE(apr_status_t) apr_getopt_init(apr_getopt_t **os, apr_pool_t *cont,
122 APR_DECLARE(apr_status_t) apr_getopt(apr_getopt_t *os, const char *opts,
150 APR_DECLARE(apr_status_t) apr_getopt_long(apr_getopt_t *os,
/external/cronet/stable/third_party/apache-portable-runtime/src/test/
Dtestargs.c46 apr_getopt_t *opt; in no_options_found()
76 apr_getopt_t *opt; in no_options()
108 apr_getopt_t *opt; in required_option()
137 apr_getopt_t *opt; in required_option_notgiven()
166 apr_getopt_t *opt; in optional_option()
195 apr_getopt_t *opt; in optional_option_notgiven()
Dtestlockperf.c230 apr_getopt_t *opt; in main()
/external/cronet/tot/third_party/apache-portable-runtime/src/test/
Dtestargs.c46 apr_getopt_t *opt; in no_options_found()
76 apr_getopt_t *opt; in no_options()
108 apr_getopt_t *opt; in required_option()
137 apr_getopt_t *opt; in required_option_notgiven()
166 apr_getopt_t *opt; in optional_option()
195 apr_getopt_t *opt; in optional_option_notgiven()
Dtestlockperf.c230 apr_getopt_t *opt; in main()
/external/cronet/stable/third_party/apache-portable-runtime/src/misc/unix/
Dgetopt.c40 APR_DECLARE(apr_status_t) apr_getopt_init(apr_getopt_t **os, apr_pool_t *cont, in apr_getopt_init()
45 *os = apr_palloc(cont, sizeof(apr_getopt_t)); in apr_getopt_init()
71 APR_DECLARE(apr_status_t) apr_getopt(apr_getopt_t *os, const char *opts, in apr_getopt()
158 static void permute(apr_getopt_t *os) in permute()
181 static apr_status_t serr(apr_getopt_t *os, const char *err, const char *str, in serr()
191 static apr_status_t cerr(apr_getopt_t *os, const char *err, int ch, in cerr()
200 APR_DECLARE(apr_status_t) apr_getopt_long(apr_getopt_t *os, in apr_getopt_long()
/external/cronet/tot/third_party/apache-portable-runtime/src/misc/unix/
Dgetopt.c40 APR_DECLARE(apr_status_t) apr_getopt_init(apr_getopt_t **os, apr_pool_t *cont, in apr_getopt_init()
45 *os = apr_palloc(cont, sizeof(apr_getopt_t)); in apr_getopt_init()
71 APR_DECLARE(apr_status_t) apr_getopt(apr_getopt_t *os, const char *opts, in apr_getopt()
158 static void permute(apr_getopt_t *os) in permute()
181 static apr_status_t serr(apr_getopt_t *os, const char *err, const char *str, in serr()
191 static apr_status_t cerr(apr_getopt_t *os, const char *err, int ch, in cerr()
200 APR_DECLARE(apr_status_t) apr_getopt_long(apr_getopt_t *os, in apr_getopt_long()