Searched refs:endpwent (Results 1 - 4 of 4) sorted by relevance

/sssd/src/providers/proxy/
H A Dproxy.h55 enum nss_status (*endpwent)(void); member in struct:proxy_nss_ops
H A Dproxy_init.c130 {(void**)&ops->endpwent, "endpwent", NULL, true},
H A Dproxy_id.c553 ctx->ops.endpwent();
/sssd/src/sss_client/libwbclient/
H A Dwbc_pwd_sssd.c44 enum nss_status (*endpwent)(void); member in struct:nss_ops_ctx
95 ctx->endpwent = dlsym(ctx->dl_handle, "_nss_sss_endpwent");
96 if (ctx->endpwent == NULL) {
485 status = ctx->endpwent();

Completed in 36 milliseconds