Home
last modified time | relevance | path

Searched refs:lib_codes_to_names (Results 1 – 18 of 18) sorted by relevance

/dports/lang/python310/Python-3.10.1/Modules/
H A D_ssl.h29 PyObject *lib_codes_to_names; member
H A D_ssl.c472 lib_obj = PyDict_GetItemWithError(state->lib_codes_to_names, key); in fill_and_set_sslerror()
6001 state->lib_codes_to_names = PyDict_New(); in sslmodule_init_errorcodes()
6002 if (state->lib_codes_to_names == NULL) in sslmodule_init_errorcodes()
6028 if (PyDict_SetItem(state->lib_codes_to_names, key, mnemo)) in sslmodule_init_errorcodes()
6039 if (PyModule_AddObjectRef(module, "lib_codes_to_names", state->lib_codes_to_names)) in sslmodule_init_errorcodes()
6173 Py_VISIT(state->lib_codes_to_names); in sslmodule_traverse()
6198 Py_CLEAR(state->lib_codes_to_names); in sslmodule_clear()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_ssl.h29 PyObject *lib_codes_to_names; member
H A D_ssl.c472 lib_obj = PyDict_GetItemWithError(state->lib_codes_to_names, key); in fill_and_set_sslerror()
6007 state->lib_codes_to_names = PyDict_New(); in sslmodule_init_errorcodes()
6008 if (state->lib_codes_to_names == NULL) in sslmodule_init_errorcodes()
6034 if (PyDict_SetItem(state->lib_codes_to_names, key, mnemo)) in sslmodule_init_errorcodes()
6045 if (PyModule_AddObjectRef(module, "lib_codes_to_names", state->lib_codes_to_names)) in sslmodule_init_errorcodes()
6179 Py_VISIT(state->lib_codes_to_names); in sslmodule_traverse()
6204 Py_CLEAR(state->lib_codes_to_names); in sslmodule_clear()
/dports/lang/python-legacy/Python-2.7.18/Tools/ssl/
H A Dmake_ssl_data.py56 lib = error_libraries[_ssl.lib_codes_to_names[libnum]]
/dports/lang/python37/Python-3.7.12/Tools/ssl/
H A Dmake_ssl_data.py56 lib = error_libraries[_ssl.lib_codes_to_names[libnum]]
/dports/lang/python27/Python-2.7.18/Tools/ssl/
H A Dmake_ssl_data.py56 lib = error_libraries[_ssl.lib_codes_to_names[libnum]]
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A D_ssl.c90 static PyObject *lib_codes_to_names; variable
430 lib_obj = PyDict_GetItem(lib_codes_to_names, key); in fill_and_set_sslerror()
4492 lib_codes_to_names = PyDict_New(); in init_ssl()
4493 if (lib_codes_to_names == NULL) in init_ssl()
4502 if (PyDict_SetItem(lib_codes_to_names, key, mnemo)) in init_ssl()
4508 if (PyModule_AddObject(m, "lib_codes_to_names", lib_codes_to_names)) in init_ssl()
/dports/lang/python27/Python-2.7.18/Modules/
H A D_ssl.c90 static PyObject *lib_codes_to_names; variable
430 lib_obj = PyDict_GetItem(lib_codes_to_names, key); in fill_and_set_sslerror()
4492 lib_codes_to_names = PyDict_New(); in init_ssl()
4493 if (lib_codes_to_names == NULL) in init_ssl()
4502 if (PyDict_SetItem(lib_codes_to_names, key, mnemo)) in init_ssl()
4508 if (PyModule_AddObject(m, "lib_codes_to_names", lib_codes_to_names)) in init_ssl()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_ssl.c93 static PyObject *lib_codes_to_names; variable
635 lib_obj = PyDict_GetItemWithError(lib_codes_to_names, key); in fill_and_set_sslerror()
6430 lib_codes_to_names = PyDict_New(); in PyInit__ssl()
6431 if (lib_codes_to_names == NULL) in PyInit__ssl()
6440 if (PyDict_SetItem(lib_codes_to_names, key, mnemo)) in PyInit__ssl()
6446 if (PyModule_AddObject(m, "lib_codes_to_names", lib_codes_to_names)) in PyInit__ssl()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_ssl.c93 static PyObject *lib_codes_to_names; variable
635 lib_obj = PyDict_GetItemWithError(lib_codes_to_names, key); in fill_and_set_sslerror()
6430 lib_codes_to_names = PyDict_New(); in PyInit__ssl()
6431 if (lib_codes_to_names == NULL) in PyInit__ssl()
6440 if (PyDict_SetItem(lib_codes_to_names, key, mnemo)) in PyInit__ssl()
6446 if (PyModule_AddObject(m, "lib_codes_to_names", lib_codes_to_names)) in PyInit__ssl()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_ssl.c93 static PyObject *lib_codes_to_names; variable
635 lib_obj = PyDict_GetItemWithError(lib_codes_to_names, key); in fill_and_set_sslerror()
6430 lib_codes_to_names = PyDict_New(); in PyInit__ssl()
6431 if (lib_codes_to_names == NULL) in PyInit__ssl()
6440 if (PyDict_SetItem(lib_codes_to_names, key, mnemo)) in PyInit__ssl()
6446 if (PyModule_AddObject(m, "lib_codes_to_names", lib_codes_to_names)) in PyInit__ssl()
/dports/lang/python37/Python-3.7.12/Modules/
H A D_ssl.c94 static PyObject *lib_codes_to_names; variable
617 lib_obj = PyDict_GetItem(lib_codes_to_names, key); in fill_and_set_sslerror()
6256 lib_codes_to_names = PyDict_New(); in PyInit__ssl()
6257 if (lib_codes_to_names == NULL) in PyInit__ssl()
6266 if (PyDict_SetItem(lib_codes_to_names, key, mnemo)) in PyInit__ssl()
6272 if (PyModule_AddObject(m, "lib_codes_to_names", lib_codes_to_names)) in PyInit__ssl()
/dports/lang/python38/Python-3.8.12/Modules/
H A D_ssl.c94 static PyObject *lib_codes_to_names; variable
640 lib_obj = PyDict_GetItemWithError(lib_codes_to_names, key); in fill_and_set_sslerror()
6435 lib_codes_to_names = PyDict_New(); in PyInit__ssl()
6436 if (lib_codes_to_names == NULL) in PyInit__ssl()
6445 if (PyDict_SetItem(lib_codes_to_names, key, mnemo)) in PyInit__ssl()
6451 if (PyModule_AddObject(m, "lib_codes_to_names", lib_codes_to_names)) in PyInit__ssl()
/dports/lang/python39/Python-3.9.9/Modules/
H A D_ssl.c92 static PyObject *lib_codes_to_names; variable
638 lib_obj = PyDict_GetItemWithError(lib_codes_to_names, key); in fill_and_set_sslerror()
6432 lib_codes_to_names = PyDict_New(); in PyInit__ssl()
6433 if (lib_codes_to_names == NULL) in PyInit__ssl()
6442 if (PyDict_SetItem(lib_codes_to_names, key, mnemo)) in PyInit__ssl()
6448 if (PyModule_AddObject(m, "lib_codes_to_names", lib_codes_to_names)) in PyInit__ssl()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_ssl.c93 static PyObject *lib_codes_to_names; variable
635 lib_obj = PyDict_GetItemWithError(lib_codes_to_names, key); in fill_and_set_sslerror()
6430 lib_codes_to_names = PyDict_New(); in PyInit__ssl()
6431 if (lib_codes_to_names == NULL) in PyInit__ssl()
6440 if (PyDict_SetItem(lib_codes_to_names, key, mnemo)) in PyInit__ssl()
6446 if (PyModule_AddObject(m, "lib_codes_to_names", lib_codes_to_names)) in PyInit__ssl()
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/cpython/
H A Dignored.tsv2704 Modules/_ssl.c - lib_codes_to_names -
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/cpython/
H A Dignored.tsv2743 Modules/_ssl.c - lib_codes_to_names -