Searched refs:tdti (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_anal.c77 ndr_typeinfo_t *tdti; local
127 tdti = mem->type;
129 tdti->size_fixed_part,
130 tdti->size_variable_part,
131 tdti->alignment,
850 ndr_typeinfo_t *tdti = proto_ti->type_down; local
905 if (tdti->complete) {
906 ti->alignment = tdti->alignment;
907 if (tdti->size_variable_part) {
910 ti->size_fixed_part = tdti
[all...]

Completed in 241 milliseconds