Searched defs:_struct (Results 1 – 2 of 2) sorted by relevance
95 #define PR_NEW(_struct) ((_struct *) PR_MALLOC(sizeof(_struct))) argument129 #define PR_NEWZAP(_struct) ((_struct*)PR_Calloc(1, sizeof(_struct))) argument
389 #define ATS_SET_FLAGS(_struct, _field, _flags) \ argument