Lines Matching refs:num_mids
5007 int *num_mids) in receive_encrypted_read() argument
5019 *num_mids = 1; in receive_encrypted_read()
5076 *num_mids = 0; /* worker thread takes care of finding mid */ in receive_encrypted_read()
5116 int *num_mids) in receive_encrypted_standard() argument
5127 *num_mids = 0; in receive_encrypted_standard()
5170 if (*num_mids >= MAX_COMPOUND) { in receive_encrypted_standard()
5174 bufs[*num_mids] = buf; in receive_encrypted_standard()
5175 mids[(*num_mids)++] = mid_entry; in receive_encrypted_standard()
5208 struct mid_q_entry **mids, char **bufs, int *num_mids) in smb3_receive_transform() argument
5231 return receive_encrypted_read(server, &mids[0], num_mids); in smb3_receive_transform()
5234 return receive_encrypted_standard(server, mids, bufs, num_mids); in smb3_receive_transform()