Searched refs:heim_base (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/crypto/heimdal/base/
H A Dheimbase.c41 struct heim_base { struct
44 HEIM_TAILQ_ENTRY(heim_base) autorel;
53 HEIM_TAILQ_ENTRY(heim_base) autorel;
60 #define PTR2BASE(ptr) (((struct heim_base *)ptr) - 1)
61 #define BASE2PTR(ptr) ((void *)(((struct heim_base *)ptr) + 1))
72 HEIM_TAILQ_HEAD(, heim_base) pool;
89 struct heim_base *p = PTR2BASE(ptr);
112 struct heim_base *p = PTR2BASE(ptr);
158 struct heim_base *p;
296 struct heim_base *
[all...]

Completed in 113 milliseconds