Home
last modified time | relevance | path

Searched refs:plib (Results 1 – 5 of 5) sorted by relevance

/external/ltrace/
Dprototype.c137 protolib_init(struct protolib *plib) in protolib_init() argument
139 DICT_INIT(&plib->prototypes, char *, struct prototype, in protolib_init()
142 DICT_INIT(&plib->named_types, char *, struct named_type, in protolib_init()
145 VECT_INIT(&plib->imports, struct protolib *); in protolib_init()
147 plib->refs = 0; in protolib_init()
163 protolib_destroy(struct protolib *plib) in protolib_destroy() argument
165 assert(plib->refs == 0); in protolib_destroy()
167 VECT_DESTROY(&plib->imports, struct prototype *, NULL, NULL); in protolib_destroy()
169 DICT_DESTROY(&plib->prototypes, const char *, struct prototype, in protolib_destroy()
172 DICT_DESTROY(&plib->named_types, const char *, struct named_type, in protolib_destroy()
[all …]
Dprototype.h103 void protolib_init(struct protolib *plib);
106 void protolib_destroy(struct protolib *plib);
111 int protolib_add_import(struct protolib *plib, struct protolib *import);
116 int protolib_add_prototype(struct protolib *plib,
123 int protolib_add_named_type(struct protolib *plib,
130 struct prototype *protolib_lookup_prototype(struct protolib *plib,
135 int protolib_add_type(struct protolib *plib, struct named_type *named);
140 struct named_type *protolib_lookup_type(struct protolib *plib,
231 struct protolib *plib);
Dread_config_file.c68 static struct arg_type_info *parse_nonpointer_type(struct protolib *plib,
74 static struct arg_type_info *parse_type(struct protolib *plib,
79 static struct arg_type_info *parse_lens(struct protolib *plib,
84 static int parse_enum(struct protolib *plib, struct locus *loc,
395 parse_typedef_name(struct protolib *plib, char **str) in parse_typedef_name() argument
409 struct named_type *nt = protolib_lookup_type(plib, buf, true); in parse_typedef_name()
416 parse_typedef(struct protolib *plib, struct locus *loc, char **str) in parse_typedef() argument
425 struct named_type *forward = protolib_lookup_type(plib, name, true); in parse_typedef()
445 = parse_lens(plib, loc, str, NULL, 0, &own, &fwd); in parse_typedef()
454 if (protolib_add_named_type(plib, name, 1, &this_nt) < 0) { in parse_typedef()
[all …]
Dread_config_file.h26 int read_config_file(FILE *stream, const char *name, struct protolib *plib);
/external/autotest/client/tests/sysbench/
Dsysbench.py34 plib = os.path.join(self.autodir, 'deps/pgsql/pgsql/lib')
36 ld_path = utils.prepend_path(plib,