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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.h 118 } pysqlite_Connection;
123 void pysqlite_connection_dealloc(pysqlite_Connection* self);
124 PyObject* pysqlite_connection_cursor(pysqlite_Connection* self, PyObject* args, PyObject* kwargs);
125 PyObject* pysqlite_connection_close(pysqlite_Connection* self, PyObject* args);
126 PyObject* _pysqlite_connection_begin(pysqlite_Connection* self);
127 PyObject* pysqlite_connection_commit(pysqlite_Connection* self, PyObject* args);
128 PyObject* pysqlite_connection_rollback(pysqlite_Connection* self, PyObject* args);
130 int pysqlite_connection_init(pysqlite_Connection* self, PyObject* args, PyObject* kwargs);
132 int pysqlite_connection_register_cursor(pysqlite_Connection* connection, PyObject* cursor);
133 int pysqlite_check_thread(pysqlite_Connection* self);
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.h 118 } pysqlite_Connection;
123 void pysqlite_connection_dealloc(pysqlite_Connection* self);
124 PyObject* pysqlite_connection_cursor(pysqlite_Connection* self, PyObject* args, PyObject* kwargs);
125 PyObject* pysqlite_connection_close(pysqlite_Connection* self, PyObject* args);
126 PyObject* _pysqlite_connection_begin(pysqlite_Connection* self);
127 PyObject* pysqlite_connection_commit(pysqlite_Connection* self, PyObject* args);
128 PyObject* pysqlite_connection_rollback(pysqlite_Connection* self, PyObject* args);
130 int pysqlite_connection_init(pysqlite_Connection* self, PyObject* args, PyObject* kwargs);
132 int pysqlite_connection_register_cursor(pysqlite_Connection* connection, PyObject* cursor);
133 int pysqlite_check_thread(pysqlite_Connection* self)
    [all...]
  /external/python/cpython3/Modules/_sqlite/
connection.h 107 } pysqlite_Connection;
112 void pysqlite_connection_dealloc(pysqlite_Connection* self);
113 PyObject* pysqlite_connection_cursor(pysqlite_Connection* self, PyObject* args, PyObject* kwargs);
114 PyObject* pysqlite_connection_close(pysqlite_Connection* self, PyObject* args);
115 PyObject* _pysqlite_connection_begin(pysqlite_Connection* self);
116 PyObject* pysqlite_connection_commit(pysqlite_Connection* self, PyObject* args);
117 PyObject* pysqlite_connection_rollback(pysqlite_Connection* self, PyObject* args);
119 int pysqlite_connection_init(pysqlite_Connection* self, PyObject* args, PyObject* kwargs);
121 int pysqlite_connection_register_cursor(pysqlite_Connection* connection, PyObject* cursor);
122 int pysqlite_check_thread(pysqlite_Connection* self)
    [all...]

Completed in 54 milliseconds