Lines Matching refs:small
22 acc->small = PyList_New(0);
23 if (acc->small == NULL)
31 Py_ssize_t nsmall = PyList_GET_SIZE(acc->small);
40 joined = join_list_unicode(acc->small);
43 if (PyList_SetSlice(acc->small, 0, nsmall, NULL)) {
60 if (PyList_Append(acc->small, unicode))
62 nsmall = PyList_GET_SIZE(acc->small);
82 Py_CLEAR(acc->small);
97 list = acc->small;
98 acc->small = NULL;
113 Py_CLEAR(acc->small);