Searched refs:top_ref (Results 1 – 1 of 1) sorted by relevance
289 ndr_topmost(ndr_ref_t *top_ref) in ndr_topmost() argument301 assert(top_ref); in ndr_topmost()302 assert(top_ref->stream); in ndr_topmost()303 assert(top_ref->ti); in ndr_topmost()305 nds = top_ref->stream; in ndr_topmost()306 ti = top_ref->ti; in ndr_topmost()314 params = top_ref->inner_flags & NDR_F_PARAMS_MASK; in ndr_topmost()338 n_fixed = ti->pdu_size_fixed_part * top_ref->dimension_is; in ndr_topmost()357 outer_ref = ndr_enter_outer_queue(top_ref); in ndr_topmost()369 outer_ref->inner_flags = top_ref->inner_flags; in ndr_topmost()[all …]