Lines Matching refs:expName
190 gss_buffer_desc expName; local
196 expName.value = unionName->external_name->value;
197 expName.length = unionName->external_name->length;
200 if (expName.length < curLength)
203 buf = (unsigned char *)expName.value;
213 if (expName.length < curLength)
231 (expName.length - curLength), &bytes);
256 &expName,
286 if (expName.length < curLength)
301 if (expName.length < curLength)
354 expName.length = nameLen;
355 expName.value = nameLen ? (void *)buf : NULL;
356 major = mech->gss_import_name(mech->context, minor, &expName,