Searched refs:pysqlite_PrepareProtocolType (Results 1 – 7 of 7) sorted by relevance
64 PyTypeObject *pysqlite_PrepareProtocolType = NULL; variable69 … pysqlite_PrepareProtocolType = (PyTypeObject *)PyType_FromModuleAndSpec(module, &type_spec, NULL); in pysqlite_prepare_protocol_setup_types()70 if (pysqlite_PrepareProtocolType == NULL) { in pysqlite_prepare_protocol_setup_types()
33 extern PyTypeObject *pysqlite_PrepareProtocolType;
172 rc = pysqlite_microprotocols_add(type, (PyObject*)pysqlite_PrepareProtocolType, caster); in pysqlite_register_adapter_impl()392 ADD_TYPE(module, *pysqlite_PrepareProtocolType); in PyInit__sqlite3()
61 if (proto == NULL) proto = (PyObject*)pysqlite_PrepareProtocolType; in pysqlite_microprotocols_add()
278 …ted = pysqlite_microprotocols_adapt(current_param, (PyObject*)pysqlite_PrepareProtocolType, curren… in pysqlite_statement_bind_parameters()329 …ted = pysqlite_microprotocols_adapt(current_param, (PyObject*)pysqlite_PrepareProtocolType, curren… in pysqlite_statement_bind_parameters()
201 PyObject *proto = (PyObject*)pysqlite_PrepareProtocolType; in pysqlite_adapt()
56 Modules/_sqlite/prepare_protocol.h - pysqlite_PrepareProtocolType -2380 Modules/_sqlite/prepare_protocol.c - pysqlite_PrepareProtocolType -