Home
last modified time | relevance | path

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

/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Dlibsigrokdecode-internal.h129 SRD_PRIV int py_strseq_to_char(PyObject *py_strseq, char ***out_strv);
H A Dutil.c399 SRD_PRIV int py_strseq_to_char(PyObject *py_strseq, char ***out_strv) in py_strseq_to_char() function
H A Ddecoder.c419 if (py_strseq_to_char(py_ann, &annpair) != SRD_OK) in get_annotations()
585 if (py_strseq_to_char(py_bin_class, &bin) != SRD_OK) in get_binary_classes()
H A Dtype_decoder.c106 if (py_strseq_to_char(py_tmp, &ann_text) != SRD_OK) { in convert_annotation()