Searched refs:text_factory (Results 1 – 6 of 6) sorted by relevance
378 if ((self->connection->text_factory == (PyObject*)&PyUnicode_Type) in _pysqlite_fetch_one_row()379 || (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()393 } else if (self->connection->text_factory == (PyObject*)&PyString_Type) { in _pysqlite_fetch_one_row()396 converted = PyObject_CallFunction(self->connection->text_factory, "s", val_str); in _pysqlite_fetch_one_row()475 allow_8bit_chars = ((self->connection->text_factory != (PyObject*)&PyUnicode_Type) && in _pysqlite_query_execute()476 (self->connection->text_factory != pysqlite_OptimizedUnicode)); in _pysqlite_query_execute()
91 PyObject* text_factory; member
95 self->text_factory = (PyObject*)&PyUnicode_Type; in pysqlite_connection_init()288 Py_XDECREF(self->text_factory); in pysqlite_connection_dealloc()1614 {"text_factory", T_OBJECT, offsetof(pysqlite_Connection, text_factory)},
87 self.Conn.text_factory = str
86 self.Conn.text_factory = str
2997 self.Conn.text_factory = str