Searched refs:PrepareProtocolType (Results 1 – 5 of 5) sorted by relevance
75 state->PrepareProtocolType = (PyTypeObject *)type; in pysqlite_prepare_protocol_setup_types()
139 PyObject *protocol = (PyObject *)state->PrepareProtocolType; in pysqlite_register_adapter_impl()564 Py_VISIT(state->PrepareProtocolType); in module_traverse()597 Py_CLEAR(state->PrepareProtocolType); in module_clear()678 ADD_TYPE(module, state->PrepareProtocolType); in module_exec()
60 PyTypeObject *PrepareProtocolType; member
700 PyObject *protocol = (PyObject *)state->PrepareProtocolType; in bind_parameters()749 PyObject *protocol = (PyObject *)state->PrepareProtocolType; in bind_parameters()
190 PyObject *proto = (PyObject *)clinic_state()->PrepareProtocolType; in pysqlite_adapt()