Searched refs:_xidregitem (Results 1 – 3 of 3) sorted by relevance
320 struct _xidregitem;322 struct _xidregitem { struct325 struct _xidregitem *next; argument
98 struct _xidregitem *head;
1739 struct _xidregitem *newhead = PyMem_RawMalloc(sizeof(struct _xidregitem)); in _register_xidata()1788 struct _xidregitem *cur = xidregistry->head; in _PyCrossInterpreterData_Lookup()