Lines Matching refs:LINKCELLS
565 /* The teedataobject pre-allocates space for LINKCELLS number of objects.
573 #define LINKCELLS 57
578 int numread; /* 0 <= numread <= LINKCELLS */
581 PyObject *(values[LINKCELLS]);
587 int index; /* 0 <= index <= LINKCELLS */
623 assert(i < LINKCELLS);
737 if (len > LINKCELLS)
743 /* len <= LINKCELLS < INT_MAX */
746 if (len == LINKCELLS) {
821 if (to->index >= LINKCELLS) {
943 if (index < 0 || index > LINKCELLS) {