Home | History | Annotate | Download | only in Modules

Lines Matching defs:SETITEMS

72 #define SETITEMS    'u'

99 * batch_list/dict() pumps out before doing APPENDS/SETITEMS. Nothing will
1778 * MARK key value ... key value SETITEMS
1780 * empty dict, or dict-like object, for the SETITEMS to operate on.
1796 static char setitems = SETITEMS;
1801 /* SETITEMS isn't available; do one at a time. */
1862 /* Pump out MARK, items, SETITEMS. */
1898 if (self->write_func(self, &setitems, 1) < 0)
1912 * MARK key value ... key value SETITEMS
1914 * empty dict, or dict-like object, for the SETITEMS to operate on.
1927 static char setitems = SETITEMS;
1959 if (self->write_func(self, &setitems, 1) < 0)
4948 case SETITEMS:
5366 case SETITEMS: