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

/freebsd-current/contrib/sendmail/include/sm/
H A Dldap.h120 struct sm_ldap_recurse_entry **lrl_data; member in struct:sm_ldap_recurse_list
/freebsd-current/contrib/sendmail/libsm/
H A Dldap.c826 (*top)->lrl_data = NULL;
832 olddata = (*top)->lrl_data;
840 oldsizeb = (*top)->lrl_size * sizeof *((*top)->lrl_data);
843 (*top)->lrl_data = sm_rpool_malloc_x(rpool,
844 (*top)->lrl_size * sizeof *((*top)->lrl_data));
846 memcpy((*top)->lrl_data, olddata, oldsizeb);
865 rc = sm_strcasecmp(item, (*top)->lrl_data[p]->lr_search);
867 rc = type - (*top)->lrl_data[p]->lr_type;
874 return (*top)->lrl_data[p];
892 moveb = ((*top)->lrl_cnt - insertat) * sizeof *((*top)->lrl_data);
[all...]

Completed in 284 milliseconds