Home
last modified time | relevance | path

Searched refs:client_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/xsasl/
H A Dxsasl_client.c208 char *client_type; member
224 XSASL_CLIENT_IMPL *xsasl_client_init(const char *client_type, in xsasl_client_init() argument
229 for (xp = client_impl_info; xp->client_type; xp++) in xsasl_client_init()
230 if (strcmp(client_type, xp->client_type) == 0) in xsasl_client_init()
231 return (xp->client_init(client_type, path_info)); in xsasl_client_init()
232 msg_warn("unsupported SASL client implementation: %s", client_type); in xsasl_client_init()
243 for (xp = client_impl_info; xp->client_type; xp++) in xsasl_client_types()
244 argv_add(argv, xp->client_type, ARGV_END); in xsasl_client_types()
H A Dxsasl_saslc_client.c288 xsasl_saslc_client_init(const char *client_type, const char *path_info) in xsasl_saslc_client_init() argument
293 if (strcmp(client_type, XSASL_TYPE_SASLC) != 0) { in xsasl_saslc_client_init()
295 client_type); in xsasl_saslc_client_init()
299 msg_info("%s: client_type='%s'", __func__, client_type); in xsasl_saslc_client_init()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dpower_state.h175 unsigned long client_type; member