Searched refs:NDS_F_NOTERM (Results 1 – 4 of 4) sorted by relevance
287 #define NDS_F_NOTERM 0x01 /* strings are not null terminated */ macro
149 NDS_SETF(&mxa->send_nds, NDS_F_NOTERM); in lsarpc_call_stub()150 NDS_SETF(&mxa->recv_nds, NDS_F_NOTERM); in lsarpc_call_stub()
145 NDS_SETF(&mxa->send_nds, NDS_F_NOTERM); in samr_call_stub()146 NDS_SETF(&mxa->recv_nds, NDS_F_NOTERM); in samr_call_stub()
1247 if (nds->flags & NDS_F_NOTERM) in ndr_outer_string()