Searched refs:pysqlite_PrepareProtocolType (Results 1 – 5 of 5) sorted by relevance
37 PyTypeObject pysqlite_PrepareProtocolType= { variable81 pysqlite_PrepareProtocolType.tp_new = PyType_GenericNew; in pysqlite_prepare_protocol_setup_types()82 Py_TYPE(&pysqlite_PrepareProtocolType)= &PyType_Type; in pysqlite_prepare_protocol_setup_types()83 return PyType_Ready(&pysqlite_PrepareProtocolType); in pysqlite_prepare_protocol_setup_types()
60 if (proto == NULL) proto = (PyObject*)&pysqlite_PrepareProtocolType; in pysqlite_microprotocols_add()138 PyObject *proto = (PyObject*)&pysqlite_PrepareProtocolType; in pysqlite_adapt()
33 extern PyTypeObject pysqlite_PrepareProtocolType;
163 rc = pysqlite_microprotocols_add(type, (PyObject*)&pysqlite_PrepareProtocolType, caster); in module_register_adapter()330 Py_INCREF(&pysqlite_PrepareProtocolType); in init_sqlite3()331 PyModule_AddObject(module, "PrepareProtocol", (PyObject*) &pysqlite_PrepareProtocolType); in init_sqlite3()
255 …ted = pysqlite_microprotocols_adapt(current_param, (PyObject*)&pysqlite_PrepareProtocolType, NULL); in pysqlite_statement_bind_parameters()300 …ted = pysqlite_microprotocols_adapt(current_param, (PyObject*)&pysqlite_PrepareProtocolType, NULL); in pysqlite_statement_bind_parameters()