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

/illumos-gate/usr/src/lib/libgss/
H A Dg_initialize.c383 aMech->optionStr == NULL) {
392 if (aMech->optionStr)
393 modOptions = strdup(aMech->optionStr);
872 if (aMech->optionStr) {
873 free(aMech->optionStr);
874 aMech->optionStr = NULL;
887 aMech->optionStr = strdup(modOptions);
922 aMech->optionStr = strdup(modOptions);
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A DgssapiP_spnego.h88 char *optionStr; member in struct:__anon2546
H A Dspnego_mech.c456 spnego_ctx->optionStr = gssint_get_modOptions(
474 spnego_ctx->optionStr = NULL;
2732 if (context->optionStr != NULL) {
2733 free(context->optionStr);
2734 context->optionStr = NULL;
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DmechglueP.h518 char *optionStr; /* optional mech parameters */ member in struct:gss_mech_config

Completed in 80 milliseconds