Home
last modified time | relevance | path

Searched refs:py_dictitem_as_str (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Dlibsigrokdecode-internal.h124 SRD_PRIV int py_dictitem_as_str(PyObject *py_obj, const char *key, char **outstr);
H A Ddecoder.c226 if (py_dictitem_as_str(py_entry, "id", &pdch->id) != SRD_OK) in get_channels()
228 if (py_dictitem_as_str(py_entry, "name", &pdch->name) != SRD_OK) in get_channels()
230 if (py_dictitem_as_str(py_entry, "desc", &pdch->desc) != SRD_OK) in get_channels()
H A Dutil.c176 SRD_PRIV int py_dictitem_as_str(PyObject *py_obj, const char *key, in py_dictitem_as_str() function
H A DChangeLog8526 add py_dictitem_as_str(), more checking in py_attr_as_str()