Searched refs:SM_SASL_SIZE_T (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/sendmail/src/
H A Dsasl.c28 # define SM_SASL_SIZE_T size_t macro
30 # define SM_SASL_SIZE_T unsigned long
33 void *sm_sasl_malloc __P((SM_SASL_SIZE_T));
34 static void *sm_sasl_calloc __P((SM_SASL_SIZE_T, SM_SASL_SIZE_T));
35 static void *sm_sasl_realloc __P((void *, SM_SASL_SIZE_T));
59 SM_SASL_SIZE_T size;
80 SM_SASL_SIZE_T nelem;
81 SM_SASL_SIZE_T elemsize;
108 SM_SASL_SIZE_T siz
[all...]

Completed in 161 milliseconds