Lines Matching refs:num_mids
4799 int *num_mids) in receive_encrypted_read() argument
4818 *num_mids = 1; in receive_encrypted_read()
4877 *num_mids = 0; /* worker thread takes care of finding mid */ in receive_encrypted_read()
4916 int *num_mids) in receive_encrypted_standard() argument
4927 *num_mids = 0; in receive_encrypted_standard()
4970 if (*num_mids >= MAX_COMPOUND) { in receive_encrypted_standard()
4974 bufs[*num_mids] = buf; in receive_encrypted_standard()
4975 mids[(*num_mids)++] = mid_entry; in receive_encrypted_standard()
5008 struct mid_q_entry **mids, char **bufs, int *num_mids) in smb3_receive_transform() argument
5031 return receive_encrypted_read(server, &mids[0], num_mids); in smb3_receive_transform()
5034 return receive_encrypted_standard(server, mids, bufs, num_mids); in smb3_receive_transform()