Searched refs:firstitem (Results 1 – 3 of 3) sorted by relevance
1638 PyObject *firstitem = NULL; in batch_list() local1668 firstitem = PyIter_Next(iter); in batch_list()1669 if (firstitem == NULL) { in batch_list()1684 if (save(self, firstitem, 0) < 0) in batch_list()1688 Py_CLEAR(firstitem); in batch_list()1698 if (save(self, firstitem, 0) < 0) in batch_list()1700 Py_CLEAR(firstitem); in batch_list()1728 Py_XDECREF(firstitem); in batch_list()1806 PyObject *firstitem = NULL; in batch_dict() local1843 firstitem = PyIter_Next(iter); in batch_dict()[all …]
2880 PyObject *firstitem = NULL; in batch_list() local2916 firstitem = PyIter_Next(iter); in batch_list()2917 if (firstitem == NULL) { in batch_list()2932 if (save(self, firstitem, 0) < 0) in batch_list()2936 Py_CLEAR(firstitem); in batch_list()2946 if (save(self, firstitem, 0) < 0) in batch_list()2948 Py_CLEAR(firstitem); in batch_list()2976 Py_XDECREF(firstitem); in batch_list()3115 PyObject *firstitem = NULL; in batch_dict() local3153 firstitem = PyIter_Next(iter); in batch_dict()[all …]
376 firstitem = items.pop(0)377 self.parser.parseBlocks(li, [firstitem])