Searched refs:getnames (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/cacusermgr/
H A Dmgr_group.c83 struct SamGetNamesFromRids getnames; local
160 ZERO_STRUCT(getnames);
161 getnames.in.dom_hnd = dom_hnd;
162 getnames.in.rids = getmem.out.rids;
163 getnames.in.num_rids = getmem.out.num_members;
165 if(!cac_SamGetNamesFromRids(hnd, mem_ctx, &getnames)) {
170 printf("Group has %d members:\n", getnames.out.num_names);
171 print_lookup_records(getnames.out.map, getnames.out.num_names);
H A Dutil.c196 struct SamGetNamesFromRids getnames; local
212 ZERO_STRUCT(getnames);
214 getnames.in.dom_hnd = dom_hnd;
215 getnames.in.rids = rid;
216 getnames.in.num_rids = 1;
218 cac_SamGetNamesFromRids(hnd, mem_ctx, &getnames);
220 if(getnames.out.num_names > 0)
221 rid_type = getnames.out.map[0].type;

Completed in 164 milliseconds