Searched refs:current_param (Results 1 – 2 of 2) sorted by relevance
219 PyObject* current_param; in pysqlite_statement_bind_parameters() local247 current_param = PyTuple_GET_ITEM(parameters, i); in pysqlite_statement_bind_parameters()248 Py_XINCREF(current_param); in pysqlite_statement_bind_parameters()250 current_param = PyList_GET_ITEM(parameters, i); in pysqlite_statement_bind_parameters()251 Py_XINCREF(current_param); in pysqlite_statement_bind_parameters()253 current_param = PySequence_GetItem(parameters, i); in pysqlite_statement_bind_parameters()255 if (!current_param) { in pysqlite_statement_bind_parameters()259 if (!_need_adapt(current_param)) { in pysqlite_statement_bind_parameters()260 adapted = current_param; in pysqlite_statement_bind_parameters()262 …adapted = pysqlite_microprotocols_adapt(current_param, (PyObject*)&pysqlite_PrepareProtocolType, N… in pysqlite_statement_bind_parameters()[all …]
93 ParamValueType current_param;94 if (!DBusType<ParamValueType>::Read(reader, ¤t_param)) {111 static_cast<const ParamValueType&>(current_param));127 ParamValueType current_param{}; // Default-initialize the value.137 ¤t_param);