Searched refs:_xidregitem (Results 1 – 3 of 3) sorted by relevance
174 struct _xidregitem;176 struct _xidregitem { struct179 struct _xidregitem *next; argument
89 struct _xidregitem *head;
1598 struct _xidregitem *newhead = PyMem_RawMalloc(sizeof(struct _xidregitem)); in _register_xidata()1647 struct _xidregitem *cur = xidregistry->head; in _PyCrossInterpreterData_Lookup()