Home | History | Annotate | Download | only in Objects

Lines Matching refs:smalltable

42     (so)->table = (so)->smalltable;                             \

48 memset((so)->smalltable, 0, sizeof((so)->smalltable)); \
297 is_oldtable_malloced = oldtable != so->smalltable;
301 newtable = so->smalltable;
468 table_is_malloced = table != so->smalltable;
566 if (so->table != so->smalltable)
1126 if (a->table == a->smalltable)
1127 u = b->smalltable;
1129 if (b->table == b->smalltable)
1130 a->table = a->smalltable;
1135 if (a->table == a->smalltable || b->table == b->smalltable) {
1136 memcpy(tab, a->smalltable, sizeof(tab));
1137 memcpy(a->smalltable, b->smalltable, sizeof(tab));
1138 memcpy(b->smalltable, tab, sizeof(tab));
1980 if (so->table != so->smalltable)