Home
last modified time | relevance | path

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

/third_party/python/Python/clinic/
Dsysmodule.c.h575 sys_setdlopenflags_impl(PyObject *module, int new_val);
587 return_value = sys_setdlopenflags_impl(module, new_val); in sys_setdlopenflags()
/third_party/python/Python/
Dsysmodule.c1608 sys_setdlopenflags_impl(PyObject *module, int new_val) in sys_setdlopenflags_impl() function