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

/macosx-10.10/gssd-64/
H A Dgssd_util.c1027 OM_uint32 msg_context = 0;
1040 mech, &msg_context, &errBuf);
1048 } while (msg_context != 0);
1051 msg_context = 0;
1054 mech, &msg_context, &errBuf);
1062 } while (msg_context != 0);
H A Dgssd.c3013 OM_uint32 msg_context = 0; local
3045 GSS_C_NULL_OID, &msg_context, &errBuf);
3054 } while (msg_context != 0);
3059 msg_context = 0;
3062 GSS_C_NULL_OID, &msg_context, &errBuf);
3071 } while (msg_context != 0);

Completed in 89 milliseconds