Searched refs:client_opts (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dppp_client.h40 struct client_opts { struct
41 TAILQ_ENTRY(client_opts) next;
87 TAILQ_HEAD(, client_opts) opts_head;
H A Dscnc_client.h40 struct client_opts { struct
41 TAILQ_ENTRY(client_opts) next;
90 TAILQ_HEAD(, client_opts) opts_head;
H A Dppp_client.c124 struct client_opts *opts;
183 struct client_opts *opts;
185 opts = malloc(sizeof(struct client_opts));
189 bzero(opts, sizeof(struct client_opts));
208 struct client_opts *opts;
H A Dscnc_client.c130 struct client_opts *opts;
193 struct client_opts *opts;
195 opts = malloc(sizeof(struct client_opts));
199 bzero(opts, sizeof(struct client_opts));
218 struct client_opts *opts;
/macosx-10.10.1/Libnotify-133.1.1/
H A Dnotify_internal.h37 uint32_t client_opts; member in struct:notify_globals_s
H A Dnotify_client.c261 if (globals->client_opts & NOTIFY_OPT_DISABLE) return NOTIFY_STATUS_FAILED;
282 if (_dispatch_is_multithreaded()) globals->client_opts |= (NOTIFY_OPT_DEMUX | NOTIFY_OPT_REGEN);
327 globals->client_opts &= ~NOTIFY_OPT_REGEN;
334 if ((globals->server_proc_source == NULL) && (globals->client_opts & NOTIFY_OPT_REGEN) && (globals->notify_server_pid != 0))
344 if ((globals->client_opts & NOTIFY_OPT_DEMUX) && (globals->notify_common_port == MACH_PORT_NULL))
395 if (globals->notify_server_port != MACH_PORT_NULL) globals->client_opts = NOTIFY_OPT_DISABLE;
398 if (_dispatch_is_multithreaded()) globals->client_opts = NOTIFY_OPT_DISABLE;
628 if ((globals->client_opts & NOTIFY_OPT_REGEN) == 0) return;
657 if ((globals->client_opts & NOTIFY_OPT_REGEN) == 0) return;
955 if (globals->client_opts
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dsrp.c244 srp_options_t client_opts; /* cache between client steps */ member in struct:context
2002 srp_options_t client_opts; local
2037 result = ParseOptions(params->utils, text->client_options, &client_opts, 1);
2042 if (client_opts.confidentiality) {
2046 else if (client_opts.integrity || client_opts.replay_detection) {
2053 result = SetMDA(&client_opts, text);
2130 result = LayerInit(&client_opts, text, oparams, cIV, sIV,
2893 result = CreateClientOpts(params, &server_opts, &text->client_opts);
2900 result = OptionsToString(params->utils, &text->client_opts,
[all...]

Completed in 93 milliseconds