Home
last modified time | relevance | path

Searched defs:allow_8bit_chars (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dstatement.c101 …tement_bind_parameter(pysqlite_Statement* self, int pos, PyObject* parameter, int allow_8bit_chars) in pysqlite_statement_bind_parameter()
210 …ite_statement_bind_parameters(pysqlite_Statement* self, PyObject* parameters, int allow_8bit_chars) in pysqlite_statement_bind_parameters()
Dcursor.c466 int allow_8bit_chars; in _pysqlite_query_execute() local