Searched refs:unpack_int32 (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_init.c | 330 static int unpack_int32(prof_int32 *intp, unsigned char **bufpp, function 361 (void) unpack_int32(&tmp, &bp, &remain); 370 (void) unpack_int32(&fcount, &bp, &remain); 379 if (!unpack_int32(&tmp, &bp, &remain)) { 390 if (unpack_int32(&tmp, &bp, &remain) ||
|
Completed in 55 milliseconds