Searched refs:gsscnt_p (Results 1 – 2 of 2) sorted by relevance
309 rtoken = gps->gsscnt_p == 0 ? dummy : &gps->gss_p[gps->gsscnt_p - 1]; in gssapi_get_itoken()359 rtoken = &gps->gss_p[gps->gsscnt_p - 1]; in gssapi_get_rtoken()412 gsstoken = &gps->gss_p[gps->gsscnt_p]; in gssapi_save_received_token()417 gps->gsscnt_p++; in gssapi_save_received_token()499 for (i = len = 0; i < gps->gsscnt_p; i++) in gssapi_get_rtokens()506 for (i = 0; i < gps->gsscnt_p; i++) { in gssapi_get_rtokens()
50 int gsscnt_p; /* # of token we're working on */ member