Searched refs:optionStr (Results 1 – 4 of 4) sorted by relevance
383 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);
88 char *optionStr; member
456 spnego_ctx->optionStr = gssint_get_modOptions( in check_spnego_options()474 spnego_ctx->optionStr = NULL; in create_spnego_ctx()2732 if (context->optionStr != NULL) { in release_spnego_ctx()2733 free(context->optionStr); in release_spnego_ctx()2734 context->optionStr = NULL; in release_spnego_ctx()
518 char *optionStr; /* optional mech parameters */ member