Home
last modified time | relevance | path

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

/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Ddecoder.c446 struct srd_decoder_annotation_row *ann_row; in get_annotation_rows() local
481 ann_row = g_malloc0(sizeof(struct srd_decoder_annotation_row)); in get_annotation_rows()
483 annotation_rows = g_slist_prepend(annotation_rows, ann_row); in get_annotation_rows()
488 if (py_str_as_str(py_item, &ann_row->id) != SRD_OK) in get_annotation_rows()
494 if (py_str_as_str(py_item, &ann_row->desc) != SRD_OK) in get_annotation_rows()
523 ann_row->ann_classes = g_slist_prepend(ann_row->ann_classes, in get_annotation_rows()