Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_struct.c30 get_struct_state(PyObject *module) in get_struct_state() function
40 (get_struct_state(PyType_GetModuleByDef(Py_TYPE(self), &_structmodule)))
42 (get_struct_state(PyType_GetModule(Py_TYPE(self))))
2128 _structmodulestate *state = get_struct_state(module); in cache_struct_converter()
2175 Py_CLEAR(get_struct_state(module)->cache); in _clearcache_impl()
2365 _structmodulestate *state = get_struct_state(module); in _structmodule_traverse()
2378 _structmodulestate *state = get_struct_state(module); in _structmodule_clear()
2397 _structmodulestate *state = get_struct_state(m); in _structmodule_exec()

Completed in 5 milliseconds