Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dprepare_protocol.c75 state->PrepareProtocolType = (PyTypeObject *)type; in pysqlite_prepare_protocol_setup_types()
Dmodule.c139 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()
Dmodule.h60 PyTypeObject *PrepareProtocolType; member
Dcursor.c700 PyObject *protocol = (PyObject *)state->PrepareProtocolType; in bind_parameters()
749 PyObject *protocol = (PyObject *)state->PrepareProtocolType; in bind_parameters()
/external/python/cpython3/Modules/_sqlite/clinic/
Dmodule.c.h190 PyObject *proto = (PyObject *)clinic_state()->PrepareProtocolType; in pysqlite_adapt()