Searched defs:GSS_ERROR (Results 1 – 2 of 2) sorted by relevance
/curl/lib/vauth/ | ||
H A D | vauth.h | 54 #define GSS_ERROR(status) ((status) & 0x80000000) macro |
/curl/tests/libtest/ | ||
H A D | stub_gssapi.h | 32 #define GSS_ERROR(status) (status & 0x80000000) macro |
Completed in 4 milliseconds