Lines Matching refs:shares
91 SHARE_INFO_1 *shares, *share;
119 share_info_1_container.shares = NULL;
190 * array of shares don't match; a valid DCE RPC implementation
196 shares = share_info.share_union.tagged_union.share1->shares;
202 for (share = shares, elp = entry_list, i = 0; i < entries;
238 for (share = shares, i = 0; i < entries; i++, share++) {
242 free(shares);
261 * Enumerate shares using RAP
364 * Try getting a list of shares with the SRVSVC RPC service.