Home
last modified time | relevance | path

Searched refs:PALLOCEXTN (Results 1 – 1 of 1) sorted by last modified time

/dports/security/p5-Net-SAML/zxid-1.42/
H A Derrmac.h368 #define PALLOCEXT(p,k,e) PALLOCEXTN((p),(k),sizeof(*(p)),(e))
377 #define PALLOCEXTN(p,k,n,e) MB if ((int) ((((char*)((k)->ap))-((char*)((k)->dat))) + (n)) \ macro
385 #define ZPALLOCEXTN(p,k,n,e) MB PALLOCEXTN((p),(k),(n),(e)); ZERO((p), (n)); ME