Home
last modified time | relevance | path

Searched refs:pysqlite_cache_init (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/_sqlite/
Dcache.h68 int pysqlite_cache_init(pysqlite_Cache* self, PyObject* args, PyObject* kwargs);
Dcache.c57 int pysqlite_cache_init(pysqlite_Cache* self, PyObject* args, PyObject* kwargs) in pysqlite_cache_init() function
342 (initproc)pysqlite_cache_init, /* tp_init */
/external/python/cpython2/Modules/_sqlite/
Dcache.h67 int pysqlite_cache_init(pysqlite_Cache* self, PyObject* args, PyObject* kwargs);
Dcache.c58 int pysqlite_cache_init(pysqlite_Cache* self, PyObject* args, PyObject* kwargs) in pysqlite_cache_init() function
355 (initproc)pysqlite_cache_init, /* tp_init */