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

/freebsd-10.0-release/crypto/heimdal/appl/gssmask/
H A Dgssmask.c41 enum handle_type { handle_context, handle_cred }; enumerator in enum:handle_type
132 case handle_context: {
326 ctx = find_handle(c->handles, hContext, handle_context);
389 new_context_id = add_handle(c, handle_context, ctx);
436 ctx = find_handle(c->handles, hContext, handle_context);
469 new_context_id = add_handle(c, handle_context, ctx);
577 ctx = find_handle(c->handles, hContext, handle_context);
614 ctx = find_handle(c->handles, hContext, handle_context);
748 ctx = find_handle(c->handles, hContext, handle_context);
790 ctx = find_handle(c->handles, hContext, handle_context);
[all...]

Completed in 97 milliseconds