Lines Matching refs:num_mids
4783 int *num_mids) in receive_encrypted_read() argument
4795 *num_mids = 1; in receive_encrypted_read()
4852 *num_mids = 0; /* worker thread takes care of finding mid */ in receive_encrypted_read()
4886 int *num_mids) in receive_encrypted_standard() argument
4897 *num_mids = 0; in receive_encrypted_standard()
4940 if (*num_mids >= MAX_COMPOUND) { in receive_encrypted_standard()
4944 bufs[*num_mids] = buf; in receive_encrypted_standard()
4945 mids[(*num_mids)++] = mid_entry; in receive_encrypted_standard()
4978 struct mid_q_entry **mids, char **bufs, int *num_mids) in smb3_receive_transform() argument
5001 return receive_encrypted_read(server, &mids[0], num_mids); in smb3_receive_transform()
5004 return receive_encrypted_standard(server, mids, bufs, num_mids); in smb3_receive_transform()