HomeSort by: relevance | last modified time | path
    Searched defs:minor_stat (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
gssapictx.c 834 OM_uint32 msg_ctx, minor_stat; local
838 (void)gss_display_status(&minor_stat, major, GSS_C_GSS_CODE,
843 (void)gss_display_status(&minor_stat, minor, GSS_C_MECH_CODE,
850 (void)gss_release_buffer(&minor_stat, &msg_major);
853 (void)gss_release_buffer(&minor_stat, &msg_minor);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
gssapictx.c 836 OM_uint32 msg_ctx, minor_stat; local
840 (void)gss_display_status(&minor_stat, major, GSS_C_GSS_CODE,
845 (void)gss_display_status(&minor_stat, minor, GSS_C_MECH_CODE,
852 (void)gss_release_buffer(&minor_stat, &msg_major);
855 (void)gss_release_buffer(&minor_stat, &msg_minor);

Completed in 25 milliseconds