Home
last modified time | relevance | path

Searched refs:_pysqlite_connection_begin (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.h126 PyObject* _pysqlite_connection_begin(pysqlite_Connection* self);
Dcursor.c606 result = _pysqlite_connection_begin(self->connection); in _pysqlite_query_execute()
Dconnection.c410 PyObject* _pysqlite_connection_begin(pysqlite_Connection* self) in _pysqlite_connection_begin() function