Searched refs:client_context_t (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dexternal.c237 } client_context_t; typedef in typeref:struct:client_context
243 client_context_t *text;
255 text = params->utils->malloc(sizeof(client_context_t));
257 text = sasl_ALLOC(sizeof(client_context_t));
261 memset(text, 0, sizeof(client_context_t));
278 client_context_t *text = (client_context_t *)conn_context;
390 client_context_t *text = (client_context_t *) conn_context;
/illumos-gate/usr/src/lib/sasl_plugins/login/
H A Dlogin.c313 } client_context_t; typedef in typeref:struct:client_context
319 client_context_t *text;
322 text = params->utils->malloc(sizeof(client_context_t));
328 memset(text, 0, sizeof(client_context_t));
346 client_context_t *text = (client_context_t *) conn_context;
506 client_context_t *text = (client_context_t *) conn_context;
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.h172 } client_context_t;
180 client_context_t client_context; // context passed from client, returned by server in corresponding reply
222 char assert0[(sizeof(client_context_t) == 8) ? 1 : -1];
H A Ddnssd_clientstub.c148 client_context_t uid; // For shared connection requests, each subordinate DNSServiceRef has its own ID,
172 client_context_t uid; // For demultiplexing multiple DNSServiceRegisterRecord calls
/illumos-gate/usr/src/lib/sasl_plugins/plain/
H A Dplain.c280 } client_context_t; typedef in typeref:struct:client_context
286 client_context_t *text;
289 text = params->utils->malloc(sizeof(client_context_t));
295 memset(text, 0, sizeof(client_context_t));
311 client_context_t *text = (client_context_t *) conn_context;
466 client_context_t *text = (client_context_t *) conn_context;
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c532 } client_context_t; typedef in typeref:struct:client_context
538 client_context_t *text;
541 text = params->utils->malloc(sizeof(client_context_t));
547 memset(text, 0, sizeof(client_context_t));
595 client_context_t *text = (client_context_t *) conn_context;
749 client_context_t *text = (client_context_t *) conn_context;
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c3799 } client_context_t; typedef in typeref:struct:client_context
3946 client_context_t *ctext = (client_context_t *) text;
4208 static int parse_server_challenge(client_context_t *ctext,
4604 static int ask_user_info(client_context_t *ctext,
4771 text = params->utils->malloc(sizeof(client_context_t));
4774 memset(text, 0, sizeof(client_context_t));
4786 digestmd5_client_mech_step1(client_context_t *ctext,
4866 digestmd5_client_mech_step2(client_context_t *ctext,
4937 digestmd5_client_mech_step3(client_context_t *ctex
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c106 client_context_t regrec_client_context;

Completed in 108 milliseconds