Searched defs:ALLOC_SEQ (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/heimdal/kdc/
H A Dheaders.h111 #undef ALLOC_SEQ macro
112 #define ALLOC_SEQ(X, N) do { (X)->len = (N); \ macro
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcms.c57 #define ALLOC_SEQ(X, N) do { (X)->len = (N); ALLOC((X)->val, (N)); } while(0) macro
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dkrb5_locl.h189 #define ALLOC_SEQ(X, N) do { (X)->len = (N); ALLOC((X)->val, (N)); } while(0) macro

Completed in 167 milliseconds