Searched defs:allow_8bit_chars (Results 1 – 2 of 2) sorted by relevance
106 …tement_bind_parameter(pysqlite_Statement* self, int pos, PyObject* parameter, int allow_8bit_chars) in pysqlite_statement_bind_parameter()217 …ite_statement_bind_parameters(pysqlite_Statement* self, PyObject* parameters, int allow_8bit_chars) in pysqlite_statement_bind_parameters()
453 int allow_8bit_chars; in _pysqlite_query_execute() local