Searched refs:opt_pair (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/apps/include/ |
D | opt.h | 386 int opt_pair(const char *arg, const OPT_PAIR * pairs, int *result);
|
/third_party/openssl/doc/internal/man3/ |
D | OPTIONS.pod | 10 opt_format, opt_isdir, opt_string, opt_pair, 51 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result); 282 The opt_pair() function takes a list of I<pairs>, each of which
|
/third_party/openssl/apps/lib/ |
D | opt.c | 464 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result) in opt_pair() function
|
/third_party/openssl/apps/ |
D | s_client.c | 1398 if (!opt_pair(opt_arg(), services, &starttls_proto)) in s_client_main()
|