Symbol: krb5_ret_uint16
crypto/heimdal/kcm/protocol.c
1772
ret = krb5_ret_uint16(req_sp, &opcode);
crypto/heimdal/kcm/protocol.c
717
ret = krb5_ret_uint16(request, &mode);
crypto/heimdal/lib/hdb/hdb-mitdb.c
246
CHECK(ret = krb5_ret_uint16(sp, &u16));
crypto/heimdal/lib/hdb/hdb-mitdb.c
283
CHECK(ret = krb5_ret_uint16(sp, &u16));
crypto/heimdal/lib/hdb/hdb-mitdb.c
286
CHECK(ret = krb5_ret_uint16(sp, &u16));
crypto/heimdal/lib/hdb/hdb-mitdb.c
289
CHECK(ret = krb5_ret_uint16(sp, &u16));
crypto/heimdal/lib/hdb/hdb-mitdb.c
320
CHECK(ret = krb5_ret_uint16(sp, &u16));
crypto/heimdal/lib/hdb/hdb-mitdb.c
323
CHECK(ret = krb5_ret_uint16(sp, &u16));
crypto/heimdal/lib/hdb/hdb-mitdb.c
380
CHECK(ret = krb5_ret_uint16(sp, &u16));
crypto/heimdal/lib/hdb/hdb-mitdb.c
382
CHECK(ret = krb5_ret_uint16(sp, &u16));
crypto/heimdal/lib/hdb/hdb-mitdb.c
433
CHECK(ret = krb5_ret_uint16(sp, &type));
crypto/heimdal/lib/hdb/hdb-mitdb.c
434
CHECK(ret = krb5_ret_uint16(sp, &u16));
crypto/heimdal/lib/hdb/hdb-mitdb.c
492
CHECK(ret = krb5_ret_uint16(sp, &u16));
crypto/heimdal/lib/hdb/hdb-mitdb.c
494
CHECK(ret = krb5_ret_uint16(sp, &u16));
crypto/heimdal/lib/krb5/krb5-protos.h
3684
krb5_ret_uint16 (
crypto/heimdal/lib/krb5/pac.c
705
CHECK(ret, krb5_ret_uint16(sp, &len), out);
crypto/heimdal/lib/krb5/test_store.c
153
ret = krb5_ret_uint16(sp, &v);
crypto/heimdal/lib/ntlm/ntlm.c
222
CHECK(krb5_ret_uint16(sp, &buf->length), 0);
crypto/heimdal/lib/ntlm/ntlm.c
223
CHECK(krb5_ret_uint16(sp, &buf->allocated), 0);
crypto/heimdal/lib/ntlm/ntlm.c
475
CHECK(krb5_ret_uint16(in, &type), 0);
crypto/heimdal/lib/ntlm/ntlm.c
476
CHECK(krb5_ret_uint16(in, &len), 0);