Home
last modified time | relevance | path

Searched defs:GSS_ERROR (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/vauth/
Dvauth.h46 #define GSS_ERROR(status) ((status) & 0x80000000) macro
/external/curl/tests/libtest/
Dstub_gssapi.h30 #define GSS_ERROR(status) (status & 0x80000000) macro