Searched defs:plist (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Delf.c298 PyObject *plist = NULL; local
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);
[all...]

Completed in 9 milliseconds