Home
last modified time | relevance | path

Searched refs:new_opts (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_ssl.c3625 long new_opts, opts, set, clear; in set_options() local
3631 if (!PyArg_Parse(arg, "l", &new_opts)) in set_options()
3634 clear = opts & ~new_opts; in set_options()
3635 set = ~opts & new_opts; in set_options()

Completed in 13 milliseconds