Searched refs:allocated_name (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libgss/
H A Dg_acquire_cred.c339 gss_name_t allocated_name = GSS_C_NO_NAME; local
388 &allocated_name) == GSS_S_COMPLETE &&
390 allocated_name,
393 internal_name = allocated_name;
408 &allocated_name) != GSS_S_COMPLETE) {
412 internal_name = allocated_name;
520 if (allocated_name)
523 &allocated_name);
537 if (allocated_name)
540 &allocated_name);
[all...]
H A Dg_acquire_cred_with_pw.c250 gss_name_t allocated_name = GSS_C_NO_NAME; local
309 &allocated_name) != GSS_S_COMPLETE)
311 internal_name = allocated_name;
408 if (allocated_name)
411 &allocated_name);
425 if (allocated_name)
428 &allocated_name);

Completed in 46 milliseconds