Searched defs:GSS_ERROR (Results 1 – 2 of 2) sorted by relevance
/third_party/curl/lib/vauth/ | ||
D | vauth.h | 52 #define GSS_ERROR(status) ((status) & 0x80000000) macro |
/third_party/curl/tests/libtest/ | ||
D | stub_gssapi.h | 30 #define GSS_ERROR(status) (status & 0x80000000) macro |