Lines Matching refs:ctx

33 void wbcCtxFree(struct wbcContext *ctx)
39 wbcErr wbcCtxPing(struct wbcContext *ctx)
50 wbcErr wbcCtxInterfaceDetails(struct wbcContext *ctx,
56 wbcErr wbcCtxLookupName(struct wbcContext *ctx,
65 wbcErr wbcCtxLookupSid(struct wbcContext *ctx,
74 wbcErr wbcCtxLookupSids(struct wbcContext *ctx,
82 wbcErr wbcCtxLookupRids(struct wbcContext *ctx,
93 wbcErr wbcCtxLookupUserSids(struct wbcContext *ctx,
102 wbcErr wbcCtxGetSidAliases(struct wbcContext *ctx,
112 wbcErr wbcCtxListUsers(struct wbcContext *ctx,
120 wbcErr wbcCtxListGroups(struct wbcContext *ctx,
128 wbcErr wbcCtxGetDisplayName(struct wbcContext *ctx,
137 wbcErr wbcCtxSidToUid(struct wbcContext *ctx,
144 wbcErr wbcCtxUidToSid(struct wbcContext *ctx, uid_t uid,
150 wbcErr wbcCtxSidToGid(struct wbcContext *ctx,
157 wbcErr wbcCtxGidToSid(struct wbcContext *ctx, gid_t gid,
163 wbcErr wbcCtxSidsToUnixIds(struct wbcContext *ctx,
170 wbcErr wbcCtxUnixIdsToSids(struct wbcContext *ctx,
177 wbcErr wbcCtxAllocateUid(struct wbcContext *ctx, uid_t *puid)
182 wbcErr wbcCtxAllocateGid(struct wbcContext *ctx, gid_t *pgid)
187 wbcErr wbcCtxGetpwnam(struct wbcContext *ctx,
193 wbcErr wbcCtxGetpwuid(struct wbcContext *ctx,
199 wbcErr wbcCtxGetpwsid(struct wbcContext *ctx,
205 wbcErr wbcCtxGetgrnam(struct wbcContext *ctx,
211 wbcErr wbcCtxGetgrgid(struct wbcContext *ctx,
217 wbcErr wbcCtxSetpwent(struct wbcContext *ctx)
222 wbcErr wbcCtxEndpwent(struct wbcContext *ctx)
227 wbcErr wbcCtxGetpwent(struct wbcContext *ctx, struct passwd **pwd)
232 wbcErr wbcCtxSetgrent(struct wbcContext *ctx)
237 wbcErr wbcCtxEndgrent(struct wbcContext *ctx)
242 wbcErr wbcCtxGetgrent(struct wbcContext *ctx, struct group **grp)
247 wbcErr wbcCtxGetgrlist(struct wbcContext *ctx, struct group **grp)
252 wbcErr wbcCtxGetGroups(struct wbcContext *ctx,
260 wbcErr wbcCtxDomainInfo(struct wbcContext *ctx,
267 wbcErr wbcCtxDcInfo(struct wbcContext *ctx,
274 wbcErr wbcCtxListTrusts(struct wbcContext *ctx,
281 wbcErr wbcCtxLookupDomainController(struct wbcContext *ctx,
289 wbcErr wbcCtxLookupDomainControllerEx(struct wbcContext *ctx,
299 wbcErr wbcCtxAuthenticateUser(struct wbcContext *ctx,
306 wbcErr wbcCtxAuthenticateUserEx(struct wbcContext *ctx,
314 wbcErr wbcCtxLogonUser(struct wbcContext *ctx,
323 wbcErr wbcCtxLogoffUser(struct wbcContext *ctx,
330 wbcErr wbcCtxLogoffUserEx(struct wbcContext *ctx,
337 wbcErr wbcCtxChangeUserPassword(struct wbcContext *ctx,
345 wbcErr wbcCtxChangeUserPasswordEx(struct wbcContext *ctx,
354 wbcErr wbcCtxCredentialCache(struct wbcContext *ctx,
362 wbcErr wbcCtxCredentialSave(struct wbcContext *ctx,
368 wbcErr wbcCtxResolveWinsByName(struct wbcContext *ctx,
374 wbcErr wbcCtxResolveWinsByIP(struct wbcContext *ctx,
380 wbcErr wbcCtxCheckTrustCredentials(struct wbcContext *ctx, const char *domain,
386 wbcErr wbcCtxChangeTrustCredentials(struct wbcContext *ctx, const char *domain,
392 wbcErr wbcCtxPingDc(struct wbcContext *ctx, const char *domain,
398 wbcErr wbcCtxPingDc2(struct wbcContext *ctx, const char *domain,