HomeSort by relevance Sort by last modified time
    Searched refs:named_type (Results 1 - 3 of 3) sorted by null

  /external/ltrace/
prototype.h 71 struct named_type { struct
79 void named_type_init(struct named_type *named,
82 void named_type_destroy(struct named_type *named);
95 /* Dictionary of name->struct named_type. */
125 struct named_type *named);
135 int protolib_add_type(struct protolib *plib, struct named_type *named);
140 struct named_type *protolib_lookup_type(struct protolib *plib,
prototype.c 119 named_type_init(struct named_type *named,
128 named_type_destroy(struct named_type *named)
142 DICT_INIT(&plib->named_types, char *, struct named_type,
157 destroy_named_type_cb(struct named_type *named, void *data)
172 DICT_DESTROY(&plib->named_types, const char *, struct named_type,
235 struct named_type *named)
308 struct named_type *
687 static struct named_type voidptr_type;
read_config_file.c 409 struct named_type *nt = protolib_lookup_type(plib, buf, true);
425 struct named_type *forward = protolib_lookup_type(plib, name, true);
449 struct named_type this_nt;

Completed in 40 milliseconds