Home
last modified time | relevance | path

Searched refs:crossinterpdatafunc (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dpystate.h302 typedef int (*crossinterpdatafunc)(PyObject *, struct _xid *); typedef
304 PyAPI_FUNC(int) _PyCrossInterpreterData_RegisterClass(PyTypeObject *, crossinterpdatafunc);
305 PyAPI_FUNC(crossinterpdatafunc) _PyCrossInterpreterData_Lookup(PyObject *);
/third_party/python/Python/
Dpystate.c1583 crossinterpdatafunc _PyCrossInterpreterData_Lookup(PyObject *);
1587 static crossinterpdatafunc
1590 crossinterpdatafunc getdata = _PyCrossInterpreterData_Lookup(obj); in _lookup_getdata()
1600 crossinterpdatafunc getdata = _lookup_getdata(obj); in _PyObject_CheckCrossInterpreterData()
1642 crossinterpdatafunc getdata = _lookup_getdata(obj); in _PyObject_GetCrossInterpreterData()
1735 crossinterpdatafunc getdata) in _register_xidata()
1753 crossinterpdatafunc getdata) in _PyCrossInterpreterData_RegisterClass()
1781 crossinterpdatafunc
1786 crossinterpdatafunc getdata = NULL; in _PyCrossInterpreterData_Lookup()
/third_party/python/Include/internal/
Dpycore_interp.h326 crossinterpdatafunc getdata;