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
1747 * MARK key value ... key value SETITEMS
1749 * empty dict, or dict-like object, for the SETITEMS to operate on.
1765 static char setitems = SETITEMS;
1770 /* SETITEMS isn't available; do one at a time. */
1831 /* Pump out MARK, items, SETITEMS. */
1867 if (self->write_func(self, &setitems, 1) < 0)
1881 * MARK key value ... key value SETITEMS
1883 * empty dict, or dict-like object, for the SETITEMS to operate on.
1896 static char setitems = SETITEMS;
1928 if (self->write_func(self, &setitems, 1) < 0)
4913 case SETITEMS:
5331 case SETITEMS: