Searched refs:decode_type (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/asn1/ |
| H A D | gen_decode.c | 211 decode_type (const char *name, const Type *t, int optional, in decode_type() function 332 decode_type (s, m->type, m->optional, forwstr, m->gen_name, NULL, in decode_type() 374 decode_type (s, m->type, 0, forwstr, m->gen_name, NULL, depth + 1); in decode_type() 447 decode_type (n, t->subtype, 0, forwstr, sname, NULL, depth + 1); in decode_type() 531 decode_type (name, t->subtype, 0, forwstr, tname, ide, depth + 1); in decode_type() 590 decode_type (s, m->type, m->optional, forwstr, m->gen_name, NULL, in decode_type() 709 decode_type ("data", s->type, 0, "goto fail", "Top", NULL, 1); in generate_type_decode()
|
| H A D | ChangeLog | 423 * gen_decode.c (decode_type): drop unused variable realtype. 863 * gen_decode.c (decode_type): tagdatalen should be an size_t. 901 * gen_decode.c (decode_type): TChoice: set the label 1265 * gen_decode.c (decode_type): if the entry is already optional 1267 optional since that will case the subtype's decode_type also to 1492 * gen_decode.c (decode_type): TTag, don't overshare the reallen 1549 * gen_decode.c (decode_type/TBitString): skip over 1644 * gen_decode.c (decode_type): if malloc failes, return ENOMEM 1655 * gen_decode.c (decode_type): TTag, try to generate prettier code
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | coffread.c | 147 static struct type *decode_type (struct coff_symbol *, unsigned int, 1504 SYMBOL_TYPE (sym) = decode_type (cs, cs->c_type, aux); in process_coff_symbol() 1687 decode_type (struct coff_symbol *cs, unsigned int c_type, in decode_type() function 1698 type = decode_type (cs, new_c_type, aux); in decode_type() 1703 type = decode_type (cs, new_c_type, aux); in decode_type() 1725 base_type = decode_type (cs, new_c_type, aux); in decode_type() 1774 return decode_type (cs, DECREF (c_type), aux); in decode_function_type() 1969 FIELD_TYPE (list->field) = decode_type (ms, ms->c_type, &sub_aux); in coff_read_struct_type() 1988 FIELD_TYPE (list->field) = decode_type (ms, ms->c_type, &sub_aux); in coff_read_struct_type()
|
| /freebsd-12.1/crypto/heimdal/ |
| H A D | ChangeLog.2000 | 744 * lib/asn1/gen_decode.c (decode_type): fail on malloc error 973 * lib/asn1/gen_decode.c (decode_type, generate_type_decode): add
|
| H A D | ChangeLog.1999 | 995 * lib/asn1/gen_decode.c (decode_type): fix generation of decoding
|