OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:named_types
(Results
1 - 2
of
2
) sorted by null
/external/ltrace/
prototype.h
96
struct dict
named_types
;
member in struct:protolib
prototype.c
142
DICT_INIT(&plib->
named_types
, char *, struct named_type,
172
DICT_DESTROY(&plib->
named_types
, const char *, struct named_type,
240
if (DICT_INSERT(&plib->
named_types
, &name, named) < 0)
263
return &plib->
named_types
;
Completed in 395 milliseconds