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

/freebsd-current/contrib/sendmail/include/sm/
H A Dldap.h118 int lrl_size; member in struct:sm_ldap_recurse_list
/freebsd-current/contrib/sendmail/libsm/
H A Dldap.c825 (*top)->lrl_size = 0;
829 if ((*top)->lrl_cnt >= (*top)->lrl_size)
833 if ((*top)->lrl_size == 0)
836 (*top)->lrl_size = 256;
840 oldsizeb = (*top)->lrl_size * sizeof *((*top)->lrl_data);
841 (*top)->lrl_size *= 2;
844 (*top)->lrl_size * sizeof *((*top)->lrl_data));

Completed in 165 milliseconds