Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_process.c298 unsigned n_fixed; in ndr_topmost() local
324 n_fixed = ti->pdu_size_fixed_part; in ndr_topmost()
338 n_fixed = ti->pdu_size_fixed_part * top_ref->dimension_is; in ndr_topmost()
343 n_fixed = 4; in ndr_topmost()
348 n_fixed = 0; in ndr_topmost()
380 rc = ndr_outer_grow(outer_ref, n_fixed); in ndr_topmost()
384 outer_ref->pdu_end_offset = outer_ref->pdu_offset + n_fixed; in ndr_topmost()
663 unsigned n_fixed; in ndr_outer_fixed() local
678 n_fixed = ti->pdu_size_fixed_part; in ndr_outer_fixed()
679 assert(n_fixed > 0); in ndr_outer_fixed()
[all …]