Home | History | Annotate | Download | only in Objects

Lines Matching refs:smalltable

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

48 memset((so)->smalltable, 0, sizeof((so)->smalltable)); \
298 is_oldtable_malloced = oldtable != so->smalltable;
302 newtable = so->smalltable;
469 table_is_malloced = table != so->smalltable;
567 if (so->table != so->smalltable)
1127 if (a->table == a->smalltable)
1128 u = b->smalltable;
1130 if (b->table == b->smalltable)
1131 a->table = a->smalltable;
1136 if (a->table == a->smalltable || b->table == b->smalltable) {
1137 memcpy(tab, a->smalltable, sizeof(tab));
1138 memcpy(a->smalltable, b->smalltable, sizeof(tab));
1139 memcpy(b->smalltable, tab, sizeof(tab));
1984 if (so->table != so->smalltable)