Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dmodule.h41 extern PyObject* pysqlite_OptimizedUnicode;
Dmodule.c40 …qlite_IntegrityError, *pysqlite_DataError, *pysqlite_NotSupportedError, *pysqlite_OptimizedUnicode; variable
400 pysqlite_OptimizedUnicode = (PyObject*)&PyCell_Type; in init_sqlite3()
401 PyDict_SetItemString(dict, "OptimizedUnicode", pysqlite_OptimizedUnicode); in init_sqlite3()
Dcursor.c379 || (self->connection->text_factory == pysqlite_OptimizedUnicode)) { in _pysqlite_fetch_one_row()
382 self->connection->text_factory == pysqlite_OptimizedUnicode ? 1 : 0); in _pysqlite_fetch_one_row()
476 (self->connection->text_factory != pysqlite_OptimizedUnicode)); in _pysqlite_query_execute()