Home
last modified time | relevance | path

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
H A Dspnego_mech.c455 spnego_ctx->optionStr = gssint_get_modOptions( in check_spnego_options()
473 spnego_ctx->optionStr = NULL; in create_spnego_ctx()
2723 if (context->optionStr != NULL) { in release_spnego_ctx()
2724 free(context->optionStr); in release_spnego_ctx()
2725 context->optionStr = NULL; in release_spnego_ctx()
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DmechglueP.h518 char *optionStr; /* optional mech parameters */ member