Searched refs:lrl_data (Results 1 – 2 of 2) sorted by relevance
765 (*top)->lrl_data = NULL;771 olddata = (*top)->lrl_data;782 (*top)->lrl_data = sm_rpool_malloc_x(rpool,783 (*top)->lrl_size * sizeof *((*top)->lrl_data));785 memcpy((*top)->lrl_data, olddata, oldsizeb);806 rc = type - (*top)->lrl_data[p]->lr_type;813 return (*top)->lrl_data[p];833 memmove(&((*top)->lrl_data[insertat + 1]),834 &((*top)->lrl_data[insertat]),843 ((*top)->lrl_data)[insertat] = newe;[all …]
120 struct sm_ldap_recurse_entry **lrl_data; member