Searched refs:pysqlite_OptimizedUnicode (Results 1 – 3 of 3) sorted by relevance
40 …qlite_IntegrityError, *pysqlite_DataError, *pysqlite_NotSupportedError, *pysqlite_OptimizedUnicode; variable400 pysqlite_OptimizedUnicode = (PyObject*)&PyCell_Type; in init_sqlite3()401 PyDict_SetItemString(dict, "OptimizedUnicode", pysqlite_OptimizedUnicode); in init_sqlite3()
362 || (self->connection->text_factory == pysqlite_OptimizedUnicode)) { in _pysqlite_fetch_one_row()365 self->connection->text_factory == pysqlite_OptimizedUnicode ? 1 : 0); in _pysqlite_fetch_one_row()464 (self->connection->text_factory != pysqlite_OptimizedUnicode)); in _pysqlite_query_execute()
41 extern PyObject* pysqlite_OptimizedUnicode;