Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
H A Dprepare_protocol.c75 state->PrepareProtocolType = (PyTypeObject *)type; in pysqlite_prepare_protocol_setup_types()
H A Dmodule.c160 PyObject *protocol = (PyObject *)state->PrepareProtocolType; in pysqlite_register_adapter_impl()
227 proto: object(c_default='(PyObject *)clinic_state()->PrepareProtocolType') = PrepareProtocolType
585 Py_VISIT(state->PrepareProtocolType); in module_traverse()
618 Py_CLEAR(state->PrepareProtocolType); in module_clear()
699 ADD_TYPE(module, state->PrepareProtocolType); in module_exec()
H A Dmodule.h59 PyTypeObject *PrepareProtocolType; member
H A Dcursor.c685 PyObject *protocol = (PyObject *)state->PrepareProtocolType; in bind_parameters()
745 PyObject *protocol = (PyObject *)state->PrepareProtocolType; in bind_parameters()
/third_party/python/Modules/_sqlite/clinic/
H A Dmodule.c.h187 "adapt($module, obj, proto=PrepareProtocolType, alt=<unrepresentable>, /)\n"
204 PyObject *proto = (PyObject *)clinic_state()->PrepareProtocolType; in pysqlite_adapt()

Completed in 4 milliseconds