Searched defs:GSS_ERROR (Results 1 – 2 of 2) sorted by relevance
54 #define GSS_ERROR(status) ((status) & 0x80000000) macro
32 #define GSS_ERROR(status) (status & 0x80000000) macro