Searched refs:GSS_ERROR (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhttp_negotiate.h37 #define GSS_ERROR(status) (status & 0x80000000) macro
H A Dhttp_negotiate.c97 return GSS_ERROR(major_status) ? -1 : 0;
125 } while(!GSS_ERROR(maj_stat) && msg_ctx != 0);
253 if(GSS_ERROR(major_status)) {
H A Dhttp_negotiate_sspi.c221 if(GSS_ERROR(neg_ctx->status))
228 if(GSS_ERROR(neg_ctx->status))
H A Dkrb5.c248 if(GSS_ERROR(maj)) {
H A Dsocks_gssapi.c61 if(GSS_ERROR(major_status)) {
H A Dhttp.c532 negdata->context && !GSS_ERROR(negdata->status)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/sunrpc/
H A Dgss_err.h91 * GSS_ERROR() macro has changed slightly from the V1 GSSAPI so that it now
100 #define GSS_ERROR(x) \ macro

Completed in 118 milliseconds