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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
cache.h 59 } pysqlite_Cache;
67 int pysqlite_cache_init(pysqlite_Cache* self, PyObject* args, PyObject* kwargs);
68 void pysqlite_cache_dealloc(pysqlite_Cache* self);
69 PyObject* pysqlite_cache_get(pysqlite_Cache* self, PyObject* args);
  /external/python/cpython2/Modules/_sqlite/
cache.h 59 } pysqlite_Cache;
67 int pysqlite_cache_init(pysqlite_Cache* self, PyObject* args, PyObject* kwargs);
68 void pysqlite_cache_dealloc(pysqlite_Cache* self);
69 PyObject* pysqlite_cache_get(pysqlite_Cache* self, PyObject* args);
  /external/python/cpython3/Modules/_sqlite/
cache.h 59 } pysqlite_Cache;
67 int pysqlite_cache_init(pysqlite_Cache* self, PyObject* args, PyObject* kwargs);
68 void pysqlite_cache_dealloc(pysqlite_Cache* self);
69 PyObject* pysqlite_cache_get(pysqlite_Cache* self, PyObject* args);

Completed in 136 milliseconds