HomeSort by relevance Sort by last modified time
    Searched full:module_enable_shared_cache (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
module.c 116 static PyObject* module_enable_shared_cache(PyObject* self, PyObject* args, PyObject* function
240 {"enable_shared_cache", (PyCFunction)module_enable_shared_cache,
  /external/python/cpython2/Modules/_sqlite/
module.c 116 static PyObject* module_enable_shared_cache(PyObject* self, PyObject* args, PyObject* function
240 {"enable_shared_cache", (PyCFunction)module_enable_shared_cache,
  /external/python/cpython3/Modules/_sqlite/
module.c 124 static PyObject* module_enable_shared_cache(PyObject* self, PyObject* args, PyObject* function
246 {"enable_shared_cache", (PyCFunction)module_enable_shared_cache,

Completed in 293 milliseconds