Home
last modified time | relevance | path

Searched defs:clinic_state (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Modules/_sqlite/
H A Drow.c27 #define clinic_state() (pysqlite_get_state_by_type(type)) macro
29 #undef clinic_state macro
H A Dmodule.c36 #define clinic_state() (pysqlite_get_state(module)) macro
38 #undef clinic_state macro
H A Dblob.c4 #define clinic_state() (pysqlite_get_state_by_type(Py_TYPE(self))) macro
6 #undef clinic_state macro
H A Dcursor.c37 #define clinic_state() (pysqlite_get_state_by_type(Py_TYPE(self))) macro
39 #undef clinic_state macro
H A Dconnection.c109 #define clinic_state() (pysqlite_get_state_by_type(Py_TYPE(self))) macro
111 #undef clinic_state macro

Completed in 7 milliseconds