Lines Matching defs:plist
298 PyObject *plist = NULL;
330 plist = PyList_New(0);
331 if (plist == NULL ||
333 pdict, "pkg.content-hash", plist) != 0) {
336 Py_DECREF(plist);
343 if (PyList_Append(plist, ent) != 0) {
349 if (PyList_Append(plist, ent) != 0) {
359 if (PyList_Append(plist, ent) != 0) {
365 if (PyList_Append(plist, ent) != 0) {
381 Py_CLEAR(plist);