Lines Matching refs:num_mids
4596 int *num_mids) in receive_encrypted_read() argument
4608 *num_mids = 1; in receive_encrypted_read()
4665 *num_mids = 0; /* worker thread takes care of finding mid */ in receive_encrypted_read()
4699 int *num_mids) in receive_encrypted_standard() argument
4710 *num_mids = 0; in receive_encrypted_standard()
4753 if (*num_mids >= MAX_COMPOUND) { in receive_encrypted_standard()
4757 bufs[*num_mids] = buf; in receive_encrypted_standard()
4758 mids[(*num_mids)++] = mid_entry; in receive_encrypted_standard()
4791 struct mid_q_entry **mids, char **bufs, int *num_mids) in smb3_receive_transform() argument
4814 return receive_encrypted_read(server, &mids[0], num_mids); in smb3_receive_transform()
4817 return receive_encrypted_standard(server, mids, bufs, num_mids); in smb3_receive_transform()