Home | History | Annotate | Download | only in Objects

Lines Matching refs:smalltable

39     (so)->table = (so)->smalltable;                             \
45 memset((so)->smalltable, 0, sizeof((so)->smalltable)); \
294 is_oldtable_malloced = oldtable != so->smalltable;
298 newtable = so->smalltable;
465 table_is_malloced = table != so->smalltable;
563 if (so->table != so->smalltable)
1123 if (a->table == a->smalltable)
1124 u = b->smalltable;
1126 if (b->table == b->smalltable)
1127 a->table = a->smalltable;
1132 if (a->table == a->smalltable || b->table == b->smalltable) {
1133 memcpy(tab, a->smalltable, sizeof(tab));
1134 memcpy(a->smalltable, b->smalltable, sizeof(tab));
1135 memcpy(b->smalltable, tab, sizeof(tab));
1986 if (so->table != so->smalltable)