Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dstatement.c110 parameter_type paramtype; in pysqlite_statement_bind_parameter() local
119 paramtype = TYPE_INT; in pysqlite_statement_bind_parameter()
121 paramtype = TYPE_LONG; in pysqlite_statement_bind_parameter()
123 paramtype = TYPE_FLOAT; in pysqlite_statement_bind_parameter()
125 paramtype = TYPE_STRING; in pysqlite_statement_bind_parameter()
127 paramtype = TYPE_UNICODE; in pysqlite_statement_bind_parameter()
129 paramtype = TYPE_BUFFER; in pysqlite_statement_bind_parameter()
131 paramtype = TYPE_INT; in pysqlite_statement_bind_parameter()
133 paramtype = TYPE_LONG; in pysqlite_statement_bind_parameter()
135 paramtype = TYPE_FLOAT; in pysqlite_statement_bind_parameter()
[all …]