Lines Matching defs:elt
88 value_towire(isccc_sexpr_t *elt, isccc_region_t *target)
95 if (isccc_sexpr_binaryp(elt)) {
96 vr = isccc_sexpr_tobinary(elt);
105 } else if (isccc_alist_alistp(elt)) {
117 result = table_towire(elt, target);
129 } else if (isccc_sexpr_listp(elt)) {
141 result = list_towire(elt, target);
160 isccc_sexpr_t *kv, *elt, *k, *v;
165 for (elt = isccc_alist_first(alist);
166 elt != NULL;
167 elt = ISCCC_SEXPR_CDR(elt)) {
168 kv = ISCCC_SEXPR_CAR(elt);