Home | History | Annotate | Download | only in Objects

Lines Matching refs:slotdef

5830 typedef struct wrapperbase slotdef;

5877 static slotdef slotdefs[] = {
6070 /* Given a type pointer and an offset gotten from a slotdef entry, return a
6104 /* Length of array of slotdef pointers used to store slots with the
6105 same __name__. There should be at most MAX_EQUIV-1 slotdef entries with
6119 static slotdef *ptrs[MAX_EQUIV];
6120 slotdef *p, **pp;
6152 the slot.) Return a pointer to the next slotdef with a different offset,
6154 static slotdef *
6155 update_one_slot(PyTypeObject *type, slotdef *p)
6240 slotdef **pp = (slotdef **)data;
6252 slotdef *p;
6262 Py_FatalError("Out of memory interning slotdef names");
6271 slotdef *ptrs[MAX_EQUIV];
6272 slotdef *p;
6273 slotdef **pp;
6310 slotdef *p;
6320 slotdef *p;
6384 In the latter case, the first slotdef entry encountered wins. Since
6385 slotdef entries are sorted by the offset of the slot in the
6408 slotdef *p;