Lines Matching refs:msgCtxt
165 displayMajor(status, msgCtxt, outStr) in displayMajor() argument
167 OM_uint32 *msgCtxt;
178 else if (*msgCtxt == 0 && (oneVal = GSS_CALLING_ERROR(status))) {
205 *msgCtxt = 1;
207 *msgCtxt = (OM_uint32)(oneVal << 1);
209 *msgCtxt = 0;
211 } else if ((*msgCtxt == 0 || *msgCtxt == 1) &&
320 *msgCtxt = (OM_uint32)(oneVal << 1);
322 *msgCtxt = 0;
324 } else if ((*msgCtxt == 0 || *msgCtxt >= 2) &&
330 if (*msgCtxt >= 2)
331 oneVal = (OM_uint32) (*msgCtxt) >> 1;
392 *msgCtxt = 0;
394 *msgCtxt = (OM_uint32)
397 *msgCtxt = 0;