Searched refs:pdict (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/
H A Delf.c236 PyObject *pdict = NULL; local
252 rval = PyDict_SetItemString(pdict, key, ent); \
259 pdict = PyDict_New();
271 return (pdict);
274 Py_CLEAR(pdict);
297 PyObject *pdict = NULL; local
310 if ((pdict = PyDict_New()) == NULL) {
323 if (PyDict_SetItemString(pdict, "elfhash", ent) != 0) {
333 pdict, "pkg.content-hash", plist) != 0) {
378 return (pdict);
415 PyObject *pdict = NULL; local
[all...]
/pkg/src/modules/client/
H A Dapi_errors.py2626 pdict = dict()
2628 if e.publisher in pdict:
2629 pdict[e.publisher].append(e.uri)
2631 pdict[e.publisher] = [e.uri]
2634 for pub, uris in pdict.items():
/pkg/src/tests/api/
H A Dt_catalog.py774 pdict, references, unmatched = cat.get_matching_fmris(

Completed in 44 milliseconds