Searched refs:lib_obj (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | _ssl.c | 446 PyObject *err_value = NULL, *reason_obj = NULL, *lib_obj = NULL; in fill_and_set_sslerror() local 466 lib_obj = PyDict_GetItemWithError(state->lib_codes_to_names, key); in fill_and_set_sslerror() 468 if (lib_obj == NULL && PyErr_Occurred()) { in fill_and_set_sslerror() 516 if (verify_obj && reason_obj && lib_obj) in fill_and_set_sslerror() 518 lib_obj, reason_obj, errstr, verify_obj, in fill_and_set_sslerror() 520 else if (reason_obj && lib_obj) in fill_and_set_sslerror() 522 lib_obj, reason_obj, errstr, lineno); in fill_and_set_sslerror() 523 else if (lib_obj) in fill_and_set_sslerror() 525 lib_obj, errstr, lineno); in fill_and_set_sslerror() 545 if (lib_obj in fill_and_set_sslerror() [all...] |
Completed in 4 milliseconds