Lines Matching refs:is_string
295 int is_string; in ndr_topmost() local
309 is_string = NDR_IS_STRING(ti); in ndr_topmost()
319 if (is_string || is_varlen) { in ndr_topmost()
594 int is_string = NDR_IS_STRING(ti); in ndr_outer() local
617 if (is_string) in ndr_outer()
660 int is_string = NDR_IS_STRING(ti); in ndr_outer_fixed() local
671 assert(!is_varlen && !is_string && !is_union); in ndr_outer_fixed()
750 int is_string = NDR_IS_STRING(ti); in ndr_outer_fixed_array() local
761 assert(!is_varlen && !is_string && !is_union); in ndr_outer_fixed_array()
841 int is_string = NDR_IS_STRING(ti); in ndr_outer_conformant_array() local
854 assert(!is_varlen && !is_string && !is_union); in ndr_outer_conformant_array()
969 int is_string = NDR_IS_STRING(ti); in ndr_outer_conformant_construct() local
981 assert(is_varlen && !is_string && !is_union); in ndr_outer_conformant_construct()
1170 int is_string = NDR_IS_STRING(ti); in ndr_outer_string() local
1186 assert(is_varlen && is_string && !is_union); in ndr_outer_string()