29 {
"COPY", RS_KIND_COPY},
30 {
"LITERAL", RS_KIND_LITERAL},
31 {
"SIGNATURE", RS_KIND_SIGNATURE},
32 {
"CHECKSUM", RS_KIND_CHECKSUM},
33 {
"INVALID", RS_KIND_INVALID},
42 for (k = rs_op_kind_names; k->kind; k++) {
43 if (k->kind == kind) {
Types of commands present in the encoding stream.
rs_op_kind
Classes of operation that can be present.
char const * rs_op_kind_name(enum rs_op_kind)
Return a human-readable name for KIND.