Searched refs:ndr_alloc (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/tools/ndrgen/ |
H A D | ndr_lex.c | 409 p = ndr_alloc(1, sizeof (ndr_symbol_t)); in sym_enter() 433 p = ndr_alloc(1, sizeof (ndr_integer_t)); in int_enter() 445 ndr_alloc(size_t nelem, size_t elsize) in ndr_alloc() function 501 np = ndr_alloc(1, sizeof (ndr_node_t)); in n_cons()
|
H A D | ndr_anal.c | 768 ti = ndr_alloc(1, sizeof (ndr_typeinfo_t)); in seed_basic_types() 799 ti = ndr_alloc(1, sizeof (ndr_typeinfo_t)); in seed_construct_types() 817 ti->member = ndr_alloc(n_member, in seed_construct_types() 890 ti = ndr_alloc(1, sizeof (ndr_typeinfo_t)); in bind_typeinfo() 963 ti = ndr_alloc(1, sizeof (ndr_typeinfo_t)); in find_typeinfo_by_name()
|
H A D | ndrgen.h | 196 extern void * ndr_alloc(size_t nelem, size_t elsize);
|