Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
Dcallproc.c1394 static PyObject *free_library(PyObject *self, PyObject *args) in free_library() function
2010 {"FreeLibrary", free_library, METH_VARARGS, free_library_doc},
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp846 inline bool free_library(hmodule module) in free_library() function
1023 ~library_unloader(){ free_library(lib_); } in ~library_unloader()