Lines Matching refs:pdict
236 PyObject *pdict = NULL;
252 rval = PyDict_SetItemString(pdict, key, ent); \
259 pdict = PyDict_New();
271 return (pdict);
274 Py_CLEAR(pdict);
297 PyObject *pdict = NULL;
310 if ((pdict = PyDict_New()) == NULL) {
323 if (PyDict_SetItemString(pdict, "elfhash", ent) != 0) {
333 pdict, "pkg.content-hash", plist) != 0) {
378 return (pdict);
382 Py_CLEAR(pdict);
415 PyObject *pdict = NULL;
426 if ((pdict = PyDict_New()) == NULL) {
438 if (PyDict_SetItemString(pdict, "deps", pdep) != 0) {
452 if (PyDict_SetItemString(pdict, "vers", pdef) != 0) {
464 if (PyDict_SetItemString(pdict, "def", ent) != 0) {
478 if (PyDict_SetItemString(pdict, "runpath", ent) != 0) {
490 return (pdict);
496 Py_CLEAR(pdict);