Home
last modified time | relevance | path

Searched refs:_ssl_txt2obj_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
D_ssl.c.h1042 _ssl_txt2obj_impl(PyObject *module, const char *txt, int name);
1057 return_value = _ssl_txt2obj_impl(module, txt, name); in _ssl_txt2obj()
/external/python/cpython3/Modules/
D_ssl.c5274 _ssl_txt2obj_impl(PyObject *module, const char *txt, int name) in _ssl_txt2obj_impl() function