OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:err_codes_to_names
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Modules/
_ssl.c
82
static PyObject *
err_codes_to_names
;
variable
389
reason_obj = PyDict_GetItem(
err_codes_to_names
, key);
[
all
...]
/external/python/cpython3/Modules/
_ssl.c
86
static PyObject *
err_codes_to_names
;
variable
433
reason_obj = PyDict_GetItem(
err_codes_to_names
, key);
[
all
...]
Completed in 394 milliseconds