Searched refs:optnames (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Config/ |
H A D | Query.pm | 163 my %optnames = map { $_ => 1 } keys %$opts; 165 delete $optnames{$_}; 167 push @messages, "Unknown options: " . join(', ', sort keys %optnames) 168 if keys %optnames;
|
/third_party/openssl/util/perl/OpenSSL/Config/ |
H A D | Query.pm | 163 my %optnames = map { $_ => 1 } keys %$opts; 165 delete $optnames{$_}; 167 push @messages, "Unknown options: " . join(', ', sort keys %optnames) 168 if keys %optnames;
|
/third_party/python/Modules/ |
H A D | _lzmamodule.c | 235 static char *optnames[] = {"id", "preset", "dict_size", "lc", "lp", in parse_filter_spec_lzma() local 273 "|OOO&O&O&O&O&O&O&O&", optnames, in parse_filter_spec_lzma() 295 static char *optnames[] = {"id", "dist", NULL}; in parse_filter_spec_delta() local 300 if (!PyArg_ParseTupleAndKeywords(state->empty_tuple, spec, "|OO&", optnames, in parse_filter_spec_delta() 319 static char *optnames[] = {"id", "start_offset", NULL}; in parse_filter_spec_bcj() local 324 if (!PyArg_ParseTupleAndKeywords(state->empty_tuple, spec, "|OO&", optnames, in parse_filter_spec_bcj()
|
Completed in 3 milliseconds